Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 29, 2024
1 parent 9c483fb commit 3d542fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ jobs:
# on android use cargo ndk
- name: Build (Android)
if: ${{ matrix.platform == 'android' }}
env:
ANDROID_NDK_HOME: /home/runner/.setup-ndk/r25c
ANDROID_NDK_ROOT: /home/runner/.setup-ndk/r25c
#env:
# ANDROID_NDK_HOME: /home/runner/.setup-ndk/r25c
# ANDROID_NDK_ROOT: /home/runner/.setup-ndk/r25c
run: |
cd livekit-ffi/
cargo install cargo-ndk
Expand Down

0 comments on commit 3d542fa

Please sign in to comment.