Skip to content

Commit

Permalink
bump openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 11, 2024
1 parent e26b12b commit a14be20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
id: openssl
with:
path: openssl
key: ${{ runner.os }}-android-openssl-3.2.0
key: ${{ runner.os }}-android-openssl-3.2.1

- name: "build openssl"
if: steps.openssl.outputs.cache-hit != 'true'
run: |
wget -q https://www.openssl.org/source/openssl-3.2.0.tar.gz
wget -q https://www.openssl.org/source/openssl-3.2.1.tar.gz
tar -xzf openssl-3.2.0.tar.gz
mv openssl-3.2.0 openssl
cd openssl && ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME PATH=$ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH ./Configure android-arm64 no-shared no-tests -U__ANDROID_API__ -D__ANDROID_API__=21 && PATH=$ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH make build_libs && cd ..
Expand Down

0 comments on commit a14be20

Please sign in to comment.