Added jq dependency to CI workflow
Some checks failed
Build and Release APK / release (push) Failing after 7s
Some checks failed
Build and Release APK / release (push) Failing after 7s
This commit is contained in:
parent
ad4436aa71
commit
e294961407
@ -12,6 +12,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install jq
|
||||
run: sudo apt-get update && sudo apt-get install -y jq
|
||||
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user