Skip to content

Commit 54293ab

Browse files
committed
ci: fix Flutter latest version resolution in matrix
1 parent d630441 commit 54293ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- name: Setup Flutter
250250
uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0
251251
with:
252-
flutter-version: ${{ matrix.flutter-version == 'latest' && '' || matrix.flutter-version }}
252+
flutter-version: ${{ matrix.flutter-version != 'latest' && matrix.flutter-version || '' }}
253253
channel: 'stable'
254254
# Caching the latest stable is flaky: the cached SDK contains
255255
# runner-image-specific binaries that break silently when the runner

0 commit comments

Comments
 (0)