Skip to content

Commit

Permalink
ci: fix android build for x86_64, install nasm, which is needed for t…
Browse files Browse the repository at this point in the history
…he ffmpeg build
  • Loading branch information
Totto16 committed Dec 2, 2024
1 parent e3a6ca9 commit 57a8503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: |
pip install meson --break-system-packages
- name: Setup ninja
- name: Setup dependencies
run: |
sudo apt-get update
sudo apt-get install ninja-build jq -y --no-install-recommends
sudo apt-get install ninja-build jq nasm -y --no-install-recommends
- name: Setup JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit 57a8503

Please sign in to comment.