Skip to content

Commit 57a8503

Browse files
committed
ci: fix android build for x86_64, install nasm, which is needed for the ffmpeg build
1 parent e3a6ca9 commit 57a8503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: |
3131
pip install meson --break-system-packages
3232
33-
- name: Setup ninja
33+
- name: Setup dependencies
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install ninja-build jq -y --no-install-recommends
36+
sudo apt-get install ninja-build jq nasm -y --no-install-recommends
3737
3838
- name: Setup JDK
3939
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)