Skip to content

Commit bc4d9bc

Browse files
committed
Downgrade to Jimver/cuda-toolkit@v0.2.24
1 parent 174d714 commit bc4d9bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ jobs:
7777
- name: Install CUDA Toolkit (Windows)
7878
if: runner.os == 'Windows'
7979
id: cuda
80-
uses: Jimver/cuda-toolkit@v0.2.27
80+
uses: Jimver/cuda-toolkit@v0.2.24
8181
with:
8282
cuda: '12.6.2'
83-
method: network
84-
# Use network method to avoid cache issues
83+
method: local
84+
# Version 0.2.24 works correctly on Windows
8585
use-github-cache: false
8686
use-local-cache: false
8787
log-file-suffix: log.txt

0 commit comments

Comments
 (0)