Avoid if elif fi

This commit is contained in:
Micah Lee 2022-05-27 07:27:05 -07:00
parent fd32fb5cc4
commit b3928ea2e4
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -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: