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