From cd124ff8bddd43af60a6ccf0511003d548180b39 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 23 Oct 2023 15:56:14 +0200 Subject: [PATCH] ci: Install jq --- .github/workflows/main_deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index f8603f30..a7bcfbda 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -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