ci: Install jq
This commit is contained in:
parent
8ef9448703
commit
cd124ff8bd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main_deploy.yaml
vendored
1
.github/workflows/main_deploy.yaml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install nodejs -y
|
run: sudo apt-get update && sudo apt-get install nodejs -y
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
- run: dcarbone/install-jq-action@v2
|
||||||
- name: Prepare web
|
- name: Prepare web
|
||||||
run: ./scripts/prepare-web.sh
|
run: ./scripts/prepare-web.sh
|
||||||
- name: Build Release Web
|
- name: Build Release Web
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue