mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 06:31:37 +00:00
Update build.yml
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user