ci: Install jq correctly

This commit is contained in:
Krille 2023-10-23 15:59:01 +02:00
parent cd124ff8bd
commit dbdfa2a1f3
No known key found for this signature in database

View file

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