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 0b0547e commit 2d3a941
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,6 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}

- name: Set up NDK
if: ${{ matrix.platform == 'android' }}
uses: nttld/setup-ndk@v1
with:
ndk-version: r25c
add-to-path: false
link-to-sdk: true
local-cache: true

- name: Install clang
if: ${{ matrix.platform == 'android' }}
run: sudo apt-get install -y clang

- name: Set up QEMU
if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -167,9 +154,6 @@ 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
run: |
cd livekit-ffi/
cargo install cargo-ndk
Expand Down

0 comments on commit 2d3a941

Please sign in to comment.