mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Update build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -376,8 +376,11 @@ jobs:
|
||||
# echo "ARCHFLAGS=-arch arm64" >> $GITHUB_ENV
|
||||
# ;;
|
||||
#esac
|
||||
strip "${OPENSSL_INSTALL_PATH}/bin/openssl"
|
||||
|
||||
if [[ "${RUNNER_OS}" != "Windows" ]]; then
|
||||
strip "${OPENSSL_INSTALL_PATH}/bin/openssl.exe"
|
||||
else
|
||||
strip "${OPENSSL_INSTALL_PATH}/bin/openssl"
|
||||
fi
|
||||
- name: Run OpenSSL
|
||||
if: matrix.goal == 'build'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user