manually specify flutter version in actions
Some checks failed
Build and release debug APK / Build APK (pull_request) Failing after 59s
Build and release debugging app to ios testflight / build (pull_request) Failing after 26s

This commit is contained in:
2025-03-24 11:39:09 +01:00
parent 2df8a22239
commit 86fd50e21d
4 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- uses: https://github.com/subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: ${{ gitea.workspace }}/frontend/pubspec.yaml
flutter-version: 3.22
cache: true
- name: Install dependencies and clean up

View File

@@ -25,7 +25,7 @@ jobs:
uses: https://github.com/subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: ${{ gitea.workspace }}/frontend/pubspec.yaml
flutter-version: 3.22
cache: true
- name: Install dependencies and clean up