Skip to content

Commit

Permalink
chore: replace outdated ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Dec 11, 2024
1 parent c8233ba commit b30e4f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
override: true
- name: Add wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Add nightly toolchain
Expand Down

0 comments on commit b30e4f5

Please sign in to comment.