File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 toolchain : ${{ matrix.rust-version }}
1919 targets : wasm32-unknown-unknown
20+ - name : Add wasm32 target
21+ run : rustup target add wasm32-unknown-unknown
2022 - name : Build
2123 run : make build
2224
3537 with :
3638 toolchain : ${{ matrix.rust-version }}
3739 targets : wasm32-unknown-unknown
40+ - name : Add wasm32 target
41+ run : rustup target add wasm32-unknown-unknown
3842 - name : Run tests
3943 run : make test
4044
@@ -48,11 +52,12 @@ jobs:
4852 steps :
4953 - name : Checkout sources
5054 uses : actions/checkout@v4
51- - name : Install stable toolchain
52- uses : dtolnay/rust-toolchain@stable
55+
56+ - name : Install Rust toolchain with components
57+ uses : actions-rs/toolchain@v1
5358 with :
5459 toolchain : ${{ matrix.rust-version }}
55- targets : wasm32-unknown-unknown
60+ override : true
5661 components : rustfmt, clippy
5762 target : wasm32-unknown-unknown
5863
Original file line number Diff line number Diff line change 2121 with :
2222 toolchain : ${{ matrix.rust-version }}
2323 targets : wasm32-unknown-unknown
24+ - name : Add wasm32 target
25+ run : rustup target add wasm32-unknown-unknown
2426 - name : Install tarpaulin
2527 run : cargo install cargo-tarpaulin --version 0.30.0
2628 - run : make build
Original file line number Diff line number Diff line change 1919 with :
2020 toolchain : ${{ matrix.rust-version }}
2121 targets : wasm32-unknown-unknown
22+ - name : Add wasm32 target
23+ run : rustup target add wasm32-unknown-unknown
2224 - name : Build artifacts
2325 run : make build
2426 - name : Generate checksums
You can’t perform that action at this time.
0 commit comments