Skip to content

Commit 7c2490c

Browse files
committed
try fix github actions Check error
1 parent f77b639 commit 7c2490c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)