Skip to content

Commit

Permalink
Update the correct runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bullno1 committed Dec 17, 2023
1 parent 567787c commit fe49f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
vsversion: 2022
- name: Install CUDA
id: cuda-toolkit
uses: Jimver/cuda-toolkit@v0.2.11
uses: bullno1/cuda-toolkit@master
with:
cuda: '12.2.0'
method: network
Expand All @@ -40,7 +40,7 @@ jobs:
with:
submodules: recursive
- name: Install CUDA
uses: bullno1/cuda-toolkit@master
uses: Jimver/cuda-toolkit@v0.2.11
with:
cuda: '12.2.0'
method: network
Expand Down

0 comments on commit fe49f8a

Please sign in to comment.