From 287cb9b149cffe5428c7eae4dd3f8704c6b6b9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 23 Nov 2021 13:48:58 +0100 Subject: [PATCH] CI: install the nvptx64-nvidia-cuda target --- .github/workflows/nalgebra-ci-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nalgebra-ci-build.yml b/.github/workflows/nalgebra-ci-build.yml index 5343888d..80921551 100644 --- a/.github/workflows/nalgebra-ci-build.yml +++ b/.github/workflows/nalgebra-ci-build.yml @@ -117,7 +117,8 @@ jobs: steps: - uses: Jimver/cuda-toolkit@v0.2.4 - uses: actions/checkout@v2 + - run: rustup target add nvptx64-nvidia-cuda - name: build --no-default-features --features cuda run: cargo build --no-default-features --features cuda - - name: build --no-default-features --features cuda --target=nvptx-nvidia-cuda + - name: build --no-default-features --features cuda --target=nvptx64-nvidia-cuda run: cargo build --no-default-features --features cuda --target=nvptx64-nvidia-cuda \ No newline at end of file