Skip to content

Commit 98a2e4f

Browse files
committed
modify ci/cd
1 parent 0fa07dc commit 98a2e4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Install Rust nightly
25-
uses: dtolnay/rust-toolchain@nightly
25+
uses: dtolnay/rust-toolchain@master
2626
with:
27+
toolchain: nightly
2728
components: rustfmt, clippy
2829

2930
- name: Cache cargo
@@ -53,8 +54,9 @@ jobs:
5354
uses: actions/checkout@v4
5455

5556
- name: Install Rust nightly
56-
uses: dtolnay/rust-toolchain@nightly
57+
uses: dtolnay/rust-toolchain@master
5758
with:
59+
toolchain: nightly
5860
targets: wasm32-unknown-unknown
5961

6062
- name: Cache cargo

0 commit comments

Comments
 (0)