forked from M-Labs/nalgebra
CI: use the nightly-2021-10-17 toolchain when targetting nvptx
This commit is contained in:
parent
b6dfb4d80b
commit
122bedf072
5
.github/workflows/nalgebra-ci-build.yml
vendored
5
.github/workflows/nalgebra-ci-build.yml
vendored
@ -120,6 +120,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: Jimver/cuda-toolkit@v0.2.4
|
||||
- name: Install nightly-2021-10-17
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-10-17
|
||||
override: true
|
||||
- uses: actions/checkout@v2
|
||||
- run: rustup target add nvptx64-nvidia-cuda
|
||||
- run: cargo build --no-default-features --features cuda
|
||||
|
Loading…
Reference in New Issue
Block a user