From ea15b7f360f4adcb43a1d801b0cb3bc4bb45abee Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 13:51:49 +0200 Subject: [PATCH] tried without node 4 --- .gitea/workflows/pull_request.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index aa4c883..85cfb88 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -44,10 +44,10 @@ jobs: uses: actions/checkout@v4 # Required for Flutter action - - name: Install jq - run: | - apt-get update - apt-get install -y jq + # - name: Install jq + # run: | + # apt-get update + # apt-get install -y jq - name: Set up Flutter uses: subosito/flutter-action@v2