Fix for GitHub actions

This commit is contained in:
Hillel Coren 2020-05-07 15:40:40 +03:00
parent 48a921e7d9
commit 0120db509a
2 changed files with 2 additions and 2 deletions

View File

@ -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: |

View File

@ -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: |