initial
Some checks failed
Build Android App / build (push) Failing after 2m46s

This commit is contained in:
ImBenji
2026-01-01 08:01:24 +00:00
parent ef7136b58e
commit 6c470d7a58
2 changed files with 4 additions and 5 deletions

View File

@@ -32,11 +32,10 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.27.1"
channel: "stable"
channel: "beta"
- name: Fix flutter git ownership
run: git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.27.1-x64
run: git config --global --add safe.directory '*'
- name: Get dependancies
run: flutter pub get