File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Install Rust
2323 uses : dtolnay/rust-toolchain@stable
2424 with :
25- targets : thumbv7em-none-eabihf
25+ targets : thumbv7em-none-eabihf, wasm32-unknown-unknown
2626 components : rustfmt, clippy
2727
2828 - name : Cache dependencies
5252 - name : Install Rust
5353 uses : dtolnay/rust-toolchain@stable
5454 with :
55- targets : thumbv7em-none-eabihf
55+ targets : thumbv7em-none-eabihf, wasm32-unknown-unknown
5656
5757 - name : Cache dependencies
5858 uses : actions/cache@v3
@@ -108,7 +108,7 @@ jobs:
108108 - name : Install Rust
109109 uses : dtolnay/rust-toolchain@stable
110110 with :
111- targets : thumbv7em-none-eabihf
111+ targets : thumbv7em-none-eabihf, wasm32-unknown-unknown
112112 components : rustfmt, clippy
113113
114114 - name : Cache dependencies
Original file line number Diff line number Diff line change 2323
2424 - name : Install Rust
2525 uses : dtolnay/rust-toolchain@stable
26+ with :
27+ targets : wasm32-unknown-unknown
2628
2729 - name : Cache dependencies
2830 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2323 - name : Install Rust
2424 uses : dtolnay/rust-toolchain@stable
2525 with :
26- targets : thumbv7em-none-eabihf
26+ targets : thumbv7em-none-eabihf, wasm32-unknown-unknown
27+ components : rustfmt, clippy
2728
2829 - name : Cache dependencies
2930 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments