From 8f7e1db3f3f8307657a3b039cd28f4e0028b23fe Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 3 Jun 2025 11:59:32 +0200 Subject: [PATCH] stable lel --- .gitea/workflows/android.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/android.yml b/.gitea/workflows/android.yml index 5d77671..6eaf594 100644 --- a/.gitea/workflows/android.yml +++ b/.gitea/workflows/android.yml @@ -9,9 +9,6 @@ jobs: build: runs-on: ubuntu-latest - environment: - TAR_OPTIONS: --no-same-owner - steps: - name: checkout code uses: actions/checkout@v4 @@ -19,7 +16,7 @@ jobs: - name: setup flutter uses: subosito/flutter-action@v2 with: - channel: 'master' + channel: 'stable' - run: flutter --version - name: install deps