Skip to content

Commit 0e9b8c8

Browse files
committed
fix: CI build
1 parent de5c895 commit 0e9b8c8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ jobs:
137137
with:
138138
cuda: '13.1.0'
139139
method: 'network'
140-
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
141140
use-local-cache: false
142141

143142
- name: Install Cuda 12.4 on Windows (2)

templates/electron-typescript-react/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ indent_size = 4
77
[{*.ts,*.tsx,*.js,*.jsx,*.css,*.scss}]
88
insert_final_newline = true
99

10-
[{package.json,package-lock.json,manifest.json,electron-builder.json5}]
10+
[{package.json,package-lock.json,manifest.json}]
1111
indent_size = 2
1212

1313
[*.yml]

0 commit comments

Comments
 (0)