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