Skip to content

Commit 3e6261b

Browse files
committed
wip: Update build workflow
1 parent 7260319 commit 3e6261b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: subosito/flutter-action@v2
15+
with:
16+
channel: stable
17+
flutter-version: 3.19.6
1518
- run: |
1619
sudo apt-get update -y
1720
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
@@ -23,6 +26,9 @@ jobs:
2326
steps:
2427
- uses: actions/checkout@v2
2528
- uses: subosito/flutter-action@v2
29+
with:
30+
channel: stable
31+
flutter-version: 3.19.6
2632
- run: flutter config --enable-macos-desktop
2733
- run: cd example && flutter build macos -v
2834
# Blocked by https://github.com/flutter/flutter/issues/118469
@@ -32,5 +38,8 @@ jobs:
3238
steps:
3339
- uses: actions/checkout@v2
3440
- uses: subosito/flutter-action@v2
41+
with:
42+
channel: stable
43+
flutter-version: 3.19.6
3544
- run: cd example && flutter build windows -v
3645
- run: cd example && flutter test integration_test -v

0 commit comments

Comments
 (0)