Update build.yml

This commit is contained in:
Jay Lee
2022-02-28 16:38:20 -05:00
committed by GitHub
parent 22d0446da4
commit ced508443a

View File

@@ -198,6 +198,9 @@ jobs:
- name: Get latest stable OpenSSL source
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |
echo "cwd: $(cwd)"
cd "${HOME}"
echo "HOME: ${HOME}"
mkdir src
cd src
git clone https://github.com/openssl/openssl.git