Skip to content

Commit 881772a

Browse files
authored
Update CI.yml
1 parent e6b32f9 commit 881772a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ jobs:
5757
- uses: actions/setup-python@v5
5858
with:
5959
python-version: '3.10'
60-
- name: Install rust-src
61-
run: rustup component add rust-src --toolchain nightly
60+
- name: Install Rust nightly
61+
run: |
62+
rustup toolchain install nightly
63+
rustup component add rust-src --toolchain nightly
6264
- name: Build wheels
6365
uses: PyO3/maturin-action@v1
6466
with:

0 commit comments

Comments
 (0)