try once more
Some checks failed
Build and release debugging app to ios testflight / build (pull_request) Has been cancelled
Build and release debug APK / Build APK (pull_request) Failing after 9m52s

This commit is contained in:
2025-03-24 11:47:19 +01:00
parent 86fd50e21d
commit 21f57f6929
4 changed files with 6 additions and 3 deletions

View File

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

View File

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