ci: Install jq

This commit is contained in:
Krille 2023-10-23 15:56:14 +02:00
parent 8ef9448703
commit cd124ff8bd
No known key found for this signature in database

View file

@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install nodejs -y
- run: flutter pub get
- run: dcarbone/install-jq-action@v2
- name: Prepare web
run: ./scripts/prepare-web.sh
- name: Build Release Web