Skip to content

Commit e39f268

Browse files
committed
ci(workflow): 将Rust工具链从stable切换为nightly
为了支持wasm32-wasip2目标,需要nightly版本的Rust工具链
1 parent 982d913 commit e39f268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
# Setup Rust
1818
- name: Install Rust
19-
uses: dtolnay/rust-toolchain@stable
19+
uses: dtolnay/rust-toolchain@nightly
2020
with:
2121
components: rustfmt, clippy
2222

@@ -56,7 +56,7 @@ jobs:
5656

5757
# Setup Rust
5858
- name: Install Rust
59-
uses: dtolnay/rust-toolchain@stable
59+
uses: dtolnay/rust-toolchain@nightly
6060
with:
6161
targets: wasm32-wasip2
6262

0 commit comments

Comments
 (0)