diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 7040d53aa5..c5568f748f 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -263,8 +263,7 @@ jobs: install_steps: libressl # FIXME: Could not make OPENSSL_ROOT_DIR work. CMake seems to prepend sysroot to it. generate: >- - -DCMAKE_BUILD_TYPE=Release - -DCMAKE_UNITY_BUILD_BATCH_SIZE=50 + -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD_BATCH_SIZE=50 -DOPENSSL_INCLUDE_DIR="$HOME/libressl/include" -DOPENSSL_SSL_LIBRARY="$HOME/libressl/lib/libssl.a" -DOPENSSL_CRYPTO_LIBRARY="$HOME/libressl/lib/libcrypto.a"