From ddc8d93592f715779499b7122c86e41324563022 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Wed, 19 Nov 2025 09:56:05 +0100 Subject: [PATCH] Removed sudo --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 9985eb8..1593c18 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Install jq - run: sudo apt-get install -y jq + run: apt-get install -y jq - name: Set Up Flutter uses: subosito/flutter-action@v2