From 95f3e36d27cb5d1ea11d6ca4b344dc825692e6e2 Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 3 Jun 2025 12:17:19 +0200 Subject: [PATCH] fix permissions? --- .gitea/workflows/android.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/android.yml b/.gitea/workflows/android.yml index 80b6ab9..d5c093d 100644 --- a/.gitea/workflows/android.yml +++ b/.gitea/workflows/android.yml @@ -18,6 +18,9 @@ jobs: with: flutter-version: 3.33.0-0.2.pre channel: master + + - name: fix permissions + run: chmod a+rx android/gradlew - name: install deps run: flutter pub get