Skip to content

Commit c4e9027

Browse files
committed
Install CUDA on github release
1 parent fd46034 commit c4e9027

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-windows.yml

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ jobs:
1919
with:
2020
submodules: 'true'
2121
fetch-depth: '0'
22+
- uses: Jimver/cuda-toolkit@v0.2.4
23+
id: cuda-toolkit
24+
with:
25+
cuda: '11.2.2'
26+
- name: CUDA Version
27+
run: |
28+
echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"
29+
echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
30+
nvcc -V
31+
2232
- name: setup-msbuild
2333
uses: microsoft/setup-msbuild@v1
2434

0 commit comments

Comments
 (0)