Fix cygwin 32-bit path

This commit is contained in:
Micah Lee 2022-05-29 16:12:38 -07:00
parent 010fbaca22
commit 8297b054c0

View file

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