mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 01:41:36 +00:00
Update build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -198,11 +198,8 @@ jobs:
|
||||
- name: Get latest stable OpenSSL source
|
||||
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
echo "pwd: $(pwd)"
|
||||
cd "${HOME}"
|
||||
echo "HOME: ${HOME}"
|
||||
mkdir src
|
||||
cd src
|
||||
mkdir "${HOME}/src"
|
||||
cd "${HOME}/src"
|
||||
git clone https://github.com/openssl/openssl.git
|
||||
cd "${OPENSSL_SOURCE_PATH}"
|
||||
export LATEST_STABLE_TAG=$(git tag --list openssl-* | grep -v alpha | grep -v beta | sort -Vr | head -n1)
|
||||
|
||||
Reference in New Issue
Block a user