From 122bedf072db2c94cd3a4c9d7749d2ec3a5c5867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Wed, 24 Nov 2021 12:39:17 +0100 Subject: [PATCH] CI: use the nightly-2021-10-17 toolchain when targetting nvptx --- .github/workflows/nalgebra-ci-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/nalgebra-ci-build.yml b/.github/workflows/nalgebra-ci-build.yml index 362b30c3..ee62301d 100644 --- a/.github/workflows/nalgebra-ci-build.yml +++ b/.github/workflows/nalgebra-ci-build.yml @@ -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