fix permissions?
Some checks failed
Flutter Schmutter / build (push) Failing after 6s

This commit is contained in:
Flummi 2025-06-03 12:17:19 +02:00
parent 6ab774d785
commit 95f3e36d27

View File

@ -18,6 +18,9 @@ jobs:
with: with:
flutter-version: 3.33.0-0.2.pre flutter-version: 3.33.0-0.2.pre
channel: master channel: master
- name: fix permissions
run: chmod a+rx android/gradlew
- name: install deps - name: install deps
run: flutter pub get run: flutter pub get