Skip to content

Commit

Permalink
Fixing the CUDA workflows ...
Browse files Browse the repository at this point in the history
  • Loading branch information
bergolho committed Jan 15, 2025
1 parent a83a66b commit 5982193
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
id: cuda-toolkit
with:
cuda: '11.7.0'
method: 'network'
linux-local-args: '["--toolkit"]'

- name: Build with cuda 11
run: ./build.sh -r simulator
Expand All @@ -55,8 +53,6 @@ jobs:
id: cuda-toolkit
with:
cuda: '12.1.0'
method: 'network'
linux-local-args: '["--toolkit"]'

- name: Build with cuda 12
run: ./build.sh -r simulator

0 comments on commit 5982193

Please sign in to comment.