Skip to content

Commit 8738ade

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
# Conflicts: # .github/workflows/dargon2_flutter_tests.yml
2 parents 604c92f + 017a7a6 commit 8738ade

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)