File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2727 rustup update stable
2828 rustup toolchain install nightly-2021-08-31
2929 rustup default nightly-2021-08-31
30+ rustup override set nightly-2021-08-31
3031 rustup target add wasm32-unknown-unknown --toolchain nightly-2021-08-31
3132 cargo build --release
3233
Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ jobs:
2222 with :
2323 profile : minimal
2424 toolchain : nightly
25+ override : true
2526
2627 - name : Initialize WASM build environment
2728 run : |
2829 rustup update stable
2930 rustup toolchain install nightly-2021-08-31
3031 rustup default nightly-2021-08-31
32+ rustup override set nightly-2021-08-31
3133 rustup target add wasm32-unknown-unknown --toolchain nightly-2021-08-31
3234
3335 - name : Run cargo check
@@ -52,12 +54,14 @@ jobs:
5254 with :
5355 profile : minimal
5456 toolchain : nightly
57+ override : true
5558
5659 - name : Initialize WASM build environment
5760 run : |
5861 rustup update stable
5962 rustup toolchain install nightly-2021-08-31
6063 rustup default nightly-2021-08-31
64+ rustup override set nightly-2021-08-31
6165 rustup target add wasm32-unknown-unknown --toolchain nightly-2021-08-31
6266
6367 # Runs integration tests in the runtime/tests folder
You can’t perform that action at this time.
0 commit comments