mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 04:07:21 +00:00
[no ci] actions: speed ossl install back up
This commit is contained in:
parent
16862a19a3
commit
34a3893676
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -322,11 +322,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd "${OPENSSL_SOURCE_PATH}"
|
cd "${OPENSSL_SOURCE_PATH}"
|
||||||
# install_sw saves us ages processing man pages :-)
|
# install_sw saves us ages processing man pages :-)
|
||||||
# $MAKE install_sw
|
$MAKE install_sw
|
||||||
$MAKE install
|
if [[ "${RUNNER_OS}" != "Windows" ]]; then
|
||||||
#if [[ "${RUNNER_OS}" != "Windows" ]]; then
|
echo "LDFLAGS=-L${OPENSSL_INSTALL_PATH}/lib" >> $GITHUB_ENV
|
||||||
echo "LDFLAGS=-L${OPENSSL_INSTALL_PATH}/lib" >> $GITHUB_ENV
|
fi
|
||||||
#fi
|
|
||||||
echo "CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS=1" >> $GITHUB_ENV
|
echo "CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS=1" >> $GITHUB_ENV
|
||||||
case $RUNNER_ARCH in
|
case $RUNNER_ARCH in
|
||||||
X64)
|
X64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user