Skip to content

Commit 203d5c6

Browse files
authored
Update cuda.yml (#147)
1 parent bc9c673 commit 203d5c6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/cuda.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
run: |
3737
sudo apt-get install ccache
3838
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
39-
40-
- uses: Jimver/cuda-toolkit@v0.2.17
41-
id: cuda-toolkit
39+
40+
- name: cuda-toolkit
41+
uses: Jimver/cuda-toolkit@v0.2.21
4242
with:
43-
cuda: '12.4.0'
4443
sub-packages: '["nvcc"]'
4544
method: 'network'
4645

@@ -75,4 +74,4 @@ jobs:
7574
- name: Build
7675
run: |
7776
cmake --build build -j ${{ steps.cpu-cores.outputs.count }}
78-
ccache --show-stats
77+
ccache --show-stats

0 commit comments

Comments
 (0)