From e629bd8bd5e1ea8469031eb9343cc10495c41beb Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 23 Oct 2023 16:02:05 +0200 Subject: [PATCH] ci: Different setup jq action --- .github/workflows/main_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 08c7bb067..0350b2063 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: sudo apt-get update && sudo apt-get install nodejs -y - run: flutter pub get - - name: Install jq + - name: "Setup jq" uses: dcarbone/install-jq-action@v2 - name: Prepare web run: ./scripts/prepare-web.sh