mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 01:46:28 -04:00
Always install cygwin
This commit is contained in:
parent
947257424d
commit
8eb3f5ee4e
@ -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…
x
Reference in New Issue
Block a user