Skip to content

Commit 9c7daf6

Browse files
authored
Update backends.yml
1 parent 3370441 commit 9c7daf6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/backends.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
cuda: '11.7.1'
5252
method: network
5353
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
54+
use-github-cache: false
55+
use-local-cache: false
5456

5557
- name: Install cuda-toolkit
5658
id: cuda-toolkit-12
@@ -60,6 +62,8 @@ jobs:
6062
cuda: '12.2.0'
6163
method: network
6264
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
65+
use-github-cache: false
66+
use-local-cache: false
6367

6468
- name: Install rocm-toolkit
6569
id: rocm-toolkit
@@ -133,6 +137,8 @@ jobs:
133137
with:
134138
cuda: '11.7.1'
135139
method: network
140+
use-github-cache: false
141+
use-local-cache: false
136142

137143
- name: Install cuda-toolkit
138144
id: cuda-toolkit-12
@@ -141,6 +147,8 @@ jobs:
141147
with:
142148
cuda: '12.2.0'
143149
method: network
150+
use-github-cache: false
151+
use-local-cache: false
144152

145153
- name: Build
146154
id: cmake_build

0 commit comments

Comments
 (0)