We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174d714 commit bc4d9bcCopy full SHA for bc4d9bc
1 file changed
.github/workflows/build-wheels.yml
@@ -77,11 +77,11 @@ jobs:
77
- name: Install CUDA Toolkit (Windows)
78
if: runner.os == 'Windows'
79
id: cuda
80
- uses: Jimver/cuda-toolkit@v0.2.27
+ uses: Jimver/cuda-toolkit@v0.2.24
81
with:
82
cuda: '12.6.2'
83
- method: network
84
- # Use network method to avoid cache issues
+ method: local
+ # Version 0.2.24 works correctly on Windows
85
use-github-cache: false
86
use-local-cache: false
87
log-file-suffix: log.txt
0 commit comments