Update build.yml

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

View File

@@ -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)