CI: install the nvptx64-nvidia-cuda target
This commit is contained in:
parent
f32df45ef1
commit
287cb9b149
|
@ -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
|
Loading…
Reference in New Issue