Skip to content

Commit

Permalink
ci: install libssl-dev on ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Zvicii committed Jan 3, 2024
1 parent 7f0b2cc commit 589dfaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
toolchain: stable
targets: aarch64-unknown-linux-gnu
- run: sudo apt install -y libssl-dev
- run: cargo install cross
- run: cross build --release --target aarch64-unknown-linux-gnu
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
with:
toolchain: stable
targets: aarch64-linux-android, armv7-linux-androideabi, i686-linux-android, x86_64-linux-android
- run: sudo apt install -y libssl-dev
- run: cargo install cargo-ndk
- run: cargo ndk -t arm64-v8a -t armeabi-v7a -t x86_64 -t x86 -o ./jniLibs build --release
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 589dfaf

Please sign in to comment.