From 881772a6e90fd676212573fe2fe3a99d52499c6d Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Wed, 18 Dec 2024 18:54:34 -0500 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4268d81..4209b04 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: