mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
Update build.yml
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -373,11 +373,8 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
export openssl_line=$(echo -e "${voutput}" | grep "OpenSSL ")
|
export openssl_line=$(echo -e "${voutput}" | grep "OpenSSL ")
|
||||||
echo "OpenSSL line: ${openssl_line}"
|
|
||||||
export openssl_arr=($openssl_line)
|
export openssl_arr=($openssl_line)
|
||||||
echo "OpenSSL arr: ${openssl_arr}"
|
|
||||||
export this_openssl="${openssl_arr[1]}"
|
export this_openssl="${openssl_arr[1]}"
|
||||||
export "${openssl[0]} ${openssl[1]}"
|
|
||||||
if [[ "${this_openssl}" != "${COMPILED_OPENSSL_VERSION}" ]]; then
|
if [[ "${this_openssl}" != "${COMPILED_OPENSSL_VERSION}" ]]; then
|
||||||
echo "ERROR: Tried to compile OpenSSL ${COMPILED_OPENSSL_VERSION} but ended up with ${this_openssl}"
|
echo "ERROR: Tried to compile OpenSSL ${COMPILED_OPENSSL_VERSION} but ended up with ${this_openssl}"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user