Update build.yml

This commit is contained in:
Jay Lee
2022-02-28 16:40:02 -05:00
committed by GitHub
parent ced508443a
commit da54738902

View File

@@ -198,7 +198,7 @@ jobs:
- name: Get latest stable OpenSSL source - name: Get latest stable OpenSSL source
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true' if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: | run: |
echo "cwd: $(cwd)" echo "pwd: $(pwd)"
cd "${HOME}" cd "${HOME}"
echo "HOME: ${HOME}" echo "HOME: ${HOME}"
mkdir src mkdir src