Fix cygwin 32-bit path

This commit is contained in:
Micah Lee 2022-05-29 16:12:38 -07:00
parent 7b65e419ff
commit 67262fa810
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -353,7 +353,7 @@ jobs:
key: build-win32-tor-0.4.7.7-{{ .Environment.CACHE_VERSION }}
- run:
name: Build tor
shell: C:\\cygwin32\\bin\\bash.exe --login -eo pipefail
shell: C:\\cygwin\\bin\\bash.exe --login -eo pipefail
command: |
if [[ -d "/cygdrive/c/Users/circleci/build/tor" ]]; then
echo "tor already compiled, skipping"