Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

Commit b30e4f5

Browse files
committed
chore: replace outdated ghaction
1 parent c8233ba commit b30e4f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Rust
18-
uses: actions-rs/toolchain@v1
18+
uses: dtolnay/rust-toolchain@stable
1919
with:
2020
toolchain: nightly
21-
override: true
2221
- name: Add wasm32-unknown-unknown target
2322
run: rustup target add wasm32-unknown-unknown
2423
- name: Add nightly toolchain

0 commit comments

Comments
 (0)