mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Always install cygwin
This commit is contained in:
parent
87b8cb9c87
commit
7690ccbff4
@ -103,11 +103,6 @@ jobs:
|
||||
name: Install cygwin and required packages (for building tor)
|
||||
shell: bash.exe --login -eo pipefail
|
||||
command: |
|
||||
if [[ -d "/c/Users/circleci/build/tor" ]]; then
|
||||
echo "libevent and tor already compiled, skipping"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
curl -o setup-x86_64.exe https://cygwin.com/setup-x86_64.exe
|
||||
curl -o setup-x86_64.exe.sig https://cygwin.com/setup-x86_64.exe.sig
|
||||
curl -o pubring.asc https://cygwin.com/key/pubring.asc
|
||||
|
Loading…
Reference in New Issue
Block a user