Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz committed Oct 12, 2024
1 parent 4aea00c commit 55f311a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
node-version: "22"
- name: Setup Rust Toolchain
run: |
rustup toolchain install nightly --profile minimal
rustup component add rust-src
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
sudo apt-get update && sudo apt-get install -y binaryen
Expand Down
3 changes: 2 additions & 1 deletion rewriter/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly"
targets = [ "wasm32-unknown-unknown" ]
targets = [ "wasm32-unknown-unknown" ]
components = [ "rust-src" ]

0 comments on commit 55f311a

Please sign in to comment.