mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +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
|
- 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)"
|
||||||
|
cd "${HOME}"
|
||||||
|
echo "HOME: ${HOME}"
|
||||||
mkdir src
|
mkdir src
|
||||||
cd src
|
cd src
|
||||||
git clone https://github.com/openssl/openssl.git
|
git clone https://github.com/openssl/openssl.git
|
||||||
|
|||||||
Reference in New Issue
Block a user