Skip to content

Commit

Permalink
fix(cuda): error for Jimver/cuda-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 27, 2024
1 parent 401b959 commit 65123ec
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
build-and-test:
strategy:
matrix:
os:
- ubuntu-22.04
- windows-2022
os: [ubuntu-22.04, windows-2022]

name: {{ "${{ matrix.os }}" }}
runs-on: {{ "${{ matrix.os }}" }}
steps:
Expand All @@ -26,9 +25,9 @@ jobs:
id: cuda-toolkit
with:
log-file-suffix: {{ "${{ matrix.os }}" }}.txt
cuda: 12.5.0
cuda: '12.5.0'
method: 'network'
sub-packages: '["nvcc", "cudart", "cublas"]
sub-packages: '["nvcc", "cudart", "cublas"]'

- name: Build
run: make build
Expand Down

0 comments on commit 65123ec

Please sign in to comment.