We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c401b commit 026702fCopy full SHA for 026702f
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
TAG_NAME=$(get_openssl_version $OPENSSL_VERSION $SCRIPT_VERSION)
26
27
echo "Compiling OpenSSL $OPENSSL_VERSION"
28
- ./build-libssl.sh --cleanup --version="$OPENSSL_VERSION" --disable-bitcode
+ ./build-libssl.sh --cleanup --version="$OPENSSL_VERSION"
29
30
echo "tag=$TAG_NAME" >> $GITHUB_OUTPUT
31
echo "openssl_version=$OPENSSL_VERSION" >> $GITHUB_OUTPUT
OpenSSL-Apple.podspec
0 commit comments