Skip to content

Commit

Permalink
Update ffi-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Aug 26, 2024
1 parent 5a302e8 commit cd4bb63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
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

0 comments on commit cd4bb63

Please sign in to comment.