Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Dec 18, 2024
1 parent e6b32f9 commit 881772a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install rust-src
run: rustup component add rust-src --toolchain nightly
- name: Install Rust nightly
run: |
rustup toolchain install nightly
rustup component add rust-src --toolchain nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 881772a

Please sign in to comment.