Skip to content

Commit

Permalink
use cuda-toolkit in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drcut committed Aug 5, 2024
1 parent d7face3 commit 2dde06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Download CUDA files used for compiling NVVM IR
uses: Jimver/cuda-toolkit@v0.2.16
with:
cuda: '10.1.105'
cuda: '10.1.243'
- name: Shown CUDA version
run: |
echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
Expand Down

0 comments on commit 2dde06c

Please sign in to comment.