Skip to content

Commit

Permalink
nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 9, 2024
1 parent 849082b commit 0566c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt
- run: rustup default nightly

- name: Install OpenBLAS, LAPACK, OpenSSL (yum)
run: yum -y install openblas-devel lapack-devel openssl-devel
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
toolchain: nightly
- run: rustup default nightly
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0566c3c

Please sign in to comment.