Skip to content

Commit 2103a8c

Browse files
committed
fix: correct Flutter setup parameters in SDK update workflow
1 parent 0cb056b commit 2103a8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-sdk-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
- name: Setup Flutter
4646
uses: subosito/flutter-action@v2
4747
with:
48-
flutter-version: "stable"
48+
channel: "stable"
49+
cache: true
4950

5051
- name: Setup Rust
5152
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)