We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 604c92f + 017a7a6 commit 8738adeCopy full SHA for 8738ade
.github/workflows/dargon2_flutter_tests.yml
@@ -80,10 +80,13 @@ jobs:
80
include:
81
- os: macos-latest
82
FLUTTER_DEVICE: macos
83
+ FLUTTER_CHANNEL: stable
84
# - os: ubuntu-latest
85
# FLUTTER_DEVICE: linux
86
+# FLUTTER_CHANNEL: beta
87
- os: windows-latest
88
FLUTTER_DEVICE: windows
89
90
steps:
91
- name: Checkout
92
uses: actions/checkout@v2
@@ -92,8 +95,9 @@ jobs:
95
- name: Download Flutter
93
96
uses: subosito/flutter-action@v2
94
97
with:
- channel: 'stable'
98
+ channel: ${{ matrix.FLUTTER_CHANNEL }}
99
cache: true
100
+ cache-key: ${{ matrix.FLUTTER_CHANNEL }}
101
- name: Enable Flutter Desktop
102
run: |
103
flutter config --enable-linux-desktop
0 commit comments