Skip to content

Commit 6e7aeb6

Browse files
committed
CI android: also install jq
1 parent c48a9a1 commit 6e7aeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup ninja
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install ninja-build
36+
sudo apt-get install ninja-build jq
3737
3838
- name: Setup JDK
3939
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)