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