File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
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
2220 - name : Build
2321 run : make build
2422
3735 with :
3836 toolchain : ${{ matrix.rust-version }}
3937 targets : wasm32-unknown-unknown
40- - name : Add wasm32 target
41- run : rustup target add wasm32-unknown-unknown
4238 - name : Run tests
4339 run : make test
4440
@@ -52,12 +48,11 @@ jobs:
5248 steps :
5349 - name : Checkout sources
5450 uses : actions/checkout@v4
55-
56- - name : Install Rust toolchain with components
57- uses : actions-rs/toolchain@v1
51+ - name : Install stable toolchain
52+ uses : dtolnay/rust-toolchain@stable
5853 with :
5954 toolchain : ${{ matrix.rust-version }}
60- override : true
55+ targets : wasm32-unknown-unknown
6156 components : rustfmt, clippy
6257 target : wasm32-unknown-unknown
6358
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
2624 - name : Install tarpaulin
2725 run : cargo install cargo-tarpaulin --version 0.30.0
2826 - 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
2422 - name : Build artifacts
2523 run : make build
2624 - name : Generate checksums
You can’t perform that action at this time.
0 commit comments