Skip to content

Commit 017a7a6

Browse files
authored
test ubuntu on beta
1 parent 67a4bab commit 017a7a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,13 @@ jobs:
8080
include:
8181
- os: macos-latest
8282
FLUTTER_DEVICE: macos
83+
FLUTTER_CHANNEL: stable
8384
- os: ubuntu-latest
8485
FLUTTER_DEVICE: linux
86+
FLUTTER_CHANNEL: beta
8587
- os: windows-latest
8688
FLUTTER_DEVICE: windows
89+
FLUTTER_CHANNEL: stable
8790
steps:
8891
- name: Checkout
8992
uses: actions/checkout@v2
@@ -92,8 +95,9 @@ jobs:
9295
- name: Download Flutter
9396
uses: subosito/flutter-action@v2
9497
with:
95-
channel: 'stable'
98+
channel: ${{ matrix.FLUTTER_CHANNEL }}
9699
cache: true
100+
cache-key: ${{ matrix.FLUTTER_CHANNEL }}
97101
- name: Enable Flutter Desktop
98102
run: |
99103
flutter config --enable-linux-desktop

0 commit comments

Comments
 (0)