master
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -38,8 +38,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: subosito/flutter-action@v2.16.0 #issue with 2.13
|
- uses: subosito/flutter-action@v2.16.0 #issue with 2.13
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
# flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: 'stable'
|
channel: 'master'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
@@ -111,9 +111,10 @@ jobs:
|
|||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2.16.0 #issue with 2.13
|
uses: subosito/flutter-action@v2.16.0 #issue with 2.13
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
# flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
# flutter-version-file: pubspec.yaml
|
# flutter-version-file: pubspec.yaml
|
||||||
channel: 'stable'
|
# channel: 'stable'
|
||||||
|
channel: 'master'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user