We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa14b commit 60f6f09Copy full SHA for 60f6f09
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
16
- name: Setup Rust
17
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
18
with:
19
targets: wasm32-unknown-unknown
20
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments