We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a6ca9 commit 57a8503Copy full SHA for 57a8503
.github/workflows/android.yml
@@ -30,10 +30,10 @@ jobs:
30
run: |
31
pip install meson --break-system-packages
32
33
- - name: Setup ninja
+ - name: Setup dependencies
34
35
sudo apt-get update
36
- sudo apt-get install ninja-build jq -y --no-install-recommends
+ sudo apt-get install ninja-build jq nasm -y --no-install-recommends
37
38
- name: Setup JDK
39
uses: actions/setup-java@v4
0 commit comments