mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
CI: Add missing jq
This commit is contained in:
@ -7,7 +7,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: Get NDK Libraries
|
||||
command: ./scripts/install_ndk_libs.sh
|
||||
command: apt-get update && apt-get install -y jq && ./scripts/install_ndk_libs.sh
|
||||
- run:
|
||||
name: Test
|
||||
command: flutter test
|
||||
|
Reference in New Issue
Block a user