mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
CI: Add missing jq
This commit is contained in:
@ -7,7 +7,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Get NDK Libraries
|
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:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: flutter test
|
command: flutter test
|
||||||
|
Reference in New Issue
Block a user