We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b32f9 commit 881772aCopy full SHA for 881772a
1 file changed
.github/workflows/CI.yml
@@ -57,8 +57,10 @@ jobs:
57
- uses: actions/setup-python@v5
58
with:
59
python-version: '3.10'
60
- - name: Install rust-src
61
- run: rustup component add rust-src --toolchain nightly
+ - name: Install Rust nightly
+ run: |
62
+ rustup toolchain install nightly
63
+ rustup component add rust-src --toolchain nightly
64
- name: Build wheels
65
uses: PyO3/maturin-action@v1
66
0 commit comments