There was an error while loading. Please reload this page.
1 parent d630441 commit 54293abCopy full SHA for 54293ab
1 file changed
.github/workflows/test.yml
@@ -249,7 +249,7 @@ jobs:
249
- name: Setup Flutter
250
uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0
251
with:
252
- flutter-version: ${{ matrix.flutter-version == 'latest' && '' || matrix.flutter-version }}
+ flutter-version: ${{ matrix.flutter-version != 'latest' && matrix.flutter-version || '' }}
253
channel: 'stable'
254
# Caching the latest stable is flaky: the cached SDK contains
255
# runner-image-specific binaries that break silently when the runner
0 commit comments