We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb056b commit 2103a8cCopy full SHA for 2103a8c
1 file changed
.github/workflows/update-sdk-versions.yml
@@ -45,7 +45,8 @@ jobs:
45
- name: Setup Flutter
46
uses: subosito/flutter-action@v2
47
with:
48
- flutter-version: "stable"
+ channel: "stable"
49
+ cache: true
50
51
- name: Setup Rust
52
uses: dtolnay/rust-toolchain@stable
0 commit comments