Skip to content

Commit

Permalink
Fixed github workflow (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrlvi committed Dec 27, 2021
1 parent 5219b47 commit 7959920
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,14 @@ jobs:
uses: Jimver/cuda-toolkit@v0.2.5
with:
cuda: '11.2.2'
method: 'network'
sub-packages: '["nvcc", "cudart", "Display.Driver"]'
method: 'local'

- name: Install CUDA Windows
if: runner.os == 'Windows'
uses: Jimver/cuda-toolkit@v0.2.5
with:
cuda: '11.5.1'
method: 'network'
sub-packages: '["nvcc", "visual_studio_integration", "Display.Driver"]'
method: 'local'

- name: Cache
uses: actions/cache@v2
Expand Down Expand Up @@ -144,16 +142,14 @@ jobs:
uses: Jimver/cuda-toolkit@v0.2.5
with:
cuda: '11.2.2'
method: 'network'
sub-packages: '["nvcc", "cudart", "Display.Driver"]'
method: 'local'

- name: Install CUDA Windows
if: runner.os == 'Windows'
uses: Jimver/cuda-toolkit@v0.2.5
with:
cuda: '11.5.1'
method: 'network'
sub-packages: '["nvcc", "visual_studio_integration", "Display.Driver"]'
method: 'local'

- name: Cache
uses: actions/cache@v2
Expand Down

0 comments on commit 7959920

Please sign in to comment.