mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
Avoid if elif fi
This commit is contained in:
parent
69b5b7945e
commit
9b19635e19
@ -114,7 +114,9 @@ jobs:
|
||||
export PATH=/c/msys2/usr/bin:/c/msys2/usr/bin/core_perl:$PATH
|
||||
if [[ -d "/c/Users/circleci/build/openssl" ]]; then
|
||||
echo "openssl already compiled, skipping"
|
||||
elif
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Get source
|
||||
gpg --recv-key 8657ABB260F056B1E5190839D9C4D26D0E604491
|
||||
cd /c/Users/circleci/src
|
||||
@ -132,7 +134,6 @@ jobs:
|
||||
make -j$(nproc)
|
||||
make install
|
||||
cp -r /opt/openssl-build /c/Users/circleci/build/openssl
|
||||
fi
|
||||
- save_cache:
|
||||
key: "build-win64-openssl-3.0.3"
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user