From 3ad872dfa3f383cef4d7358321020f722adce4b7 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 23 Oct 2023 16:07:46 +0200 Subject: [PATCH] chore: Remove setup jq --- .github/workflows/main_deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 0350b2063..f8603f30e 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -22,8 +22,6 @@ jobs: - name: Install dependencies run: sudo apt-get update && sudo apt-get install nodejs -y - run: flutter pub get - - name: "Setup jq" - uses: dcarbone/install-jq-action@v2 - name: Prepare web run: ./scripts/prepare-web.sh - name: Build Release Web