Skip to content

Commit 8c2c122

Browse files
committed
Update CUDA CI
1 parent 95a078b commit 8c2c122

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,12 @@ jobs:
131131
sudo apt-get install ccache
132132
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
133133
134-
- uses: Jimver/[email protected].14
134+
- uses: Jimver/[email protected].17
135135
id: cuda-toolkit
136136
with:
137-
cuda: '12.3.2'
137+
cuda: '12.5.0'
138+
sub-packages: '["nvcc"]'
139+
method: 'network'
138140

139141
- name: Cache Build
140142
id: cache-build

0 commit comments

Comments
 (0)