Skip to content

Commit 625d769

Browse files
committed
Fix typo in MVP Web CI
1 parent 9d638e0 commit 625d769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
260260

261261
- name: Install Rust toolchain
262-
run: rustup update nightly && rustup target add --toolchain stable wasm32v1-none
262+
run: rustup update nightly && rustup target add --toolchain nightly wasm32v1-none
263263

264264
- name: No features
265265
run: cargo +nightly build -Z avoid-dev-deps --target wasm32v1-none --no-default-features

0 commit comments

Comments
 (0)