Fix for GitHub actions
This commit is contained in:
parent
48a921e7d9
commit
0120db509a
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: 'beta'
|
channel: 'master'
|
||||||
#flutter-version: '1.15.17' # TODO: REMOVE THIS
|
#flutter-version: '1.15.17' # TODO: REMOVE THIS
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: |
|
- run: |
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: 'beta'
|
channel: 'master'
|
||||||
#flutter-version: '1.15.17' # TODO: REMOVE THIS
|
#flutter-version: '1.15.17' # TODO: REMOVE THIS
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: |
|
- run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue