Use Flutter stable in Github Actions.

This commit is contained in:
Dain Nilsson 2022-05-12 08:36:47 +02:00
parent 0641418e34
commit 43829c3e3b
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'beta'
channel: 'stable'
- run: |
flutter config
flutter --version

View File

@ -27,7 +27,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
channel: 'stable'
- run: flutter config --enable-linux-desktop
- run: flutter --version

View File

@ -24,7 +24,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
channel: 'stable'
architecture: 'x64'
- run: flutter config --enable-macos-desktop
- run: flutter --version

View File

@ -23,7 +23,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
channel: 'stable'
- run: flutter config --enable-windows-desktop
- run: flutter --version