Added jq dependency to CI workflow
Some checks failed
Build and Release APK / release (push) Failing after 37s
Some checks failed
Build and Release APK / release (push) Failing after 37s
This commit is contained in:
parent
ad4436aa71
commit
7f486aa106
@ -12,11 +12,18 @@ 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:
|
||||||
flutter-version: "3.29.3"
|
flutter-version: "3.29.3"
|
||||||
|
|
||||||
|
- name: Mark Flutter SDK as safe
|
||||||
|
run: |
|
||||||
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.29.3-x64
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user