We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fbf9d commit e103d3dCopy full SHA for e103d3d
.github/actions/setup-dependencies/action.yaml
@@ -42,6 +42,7 @@ runs:
42
uses: actions-rs/toolchain@v1
43
with:
44
toolchain: 1.70.0
45
+ default: true
46
47
- name: Install WASM Target
48
run: rustup target add wasm32-wasi
0 commit comments