|
|
@ -22,7 +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
|
|
|
|
- name: Install jq
|
|
|
|
- name: "Setup jq"
|
|
|
|
uses: dcarbone/install-jq-action@v2
|
|
|
|
uses: dcarbone/install-jq-action@v2
|
|
|
|
- name: Prepare web
|
|
|
|
- name: Prepare web
|
|
|
|
run: ./scripts/prepare-web.sh
|
|
|
|
run: ./scripts/prepare-web.sh
|
|
|
|