Skip to content

Commit

Permalink
fix android 2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed May 19, 2024
1 parent 62b7fe1 commit 37177c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
PKG_WHIPINTO_NAME: ""

# https://source.android.com/docs/setup/reference/build-numbers
CARGO_NDK_ANDROID_PLATFORM: 25
# https://github.com/webrtc-rs/webrtc/pull/508
# CARGO_NDK_ANDROID_PLATFORM: 25
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand All @@ -65,7 +66,7 @@ jobs:
if: contains(matrix.job.target, 'android')
run: |
cargo install cargo-ndk
echo "BUILD_NDK=ndk -t arm64-v8a" >> $GITHUB_ENV
echo "BUILD_NDK=ndk --target arm64-v8a" --platform 25>> $GITHUB_ENV
- name: Install prerequisites
shell: bash
Expand Down

0 comments on commit 37177c4

Please sign in to comment.