This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user