Skip to content

Commit

Permalink
Merge branch 'update-cuda-toolkit-action-GH-458' into 'main'
Browse files Browse the repository at this point in the history
Resolve GH-458 "Update cuda toolkit action"

See merge request omniverse/warp!1033
  • Loading branch information
shi-eric committed Jan 27, 2025
2 parents 6038582 + 9288ae4 commit 3db426a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install CTK
uses: Jimver/[email protected].19
uses: Jimver/[email protected].21
id: cuda-toolkit
with:
sub-packages: '["cudart", "nvcc", "nvrtc_dev", "nvjitlink"]'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install CTK
uses: Jimver/[email protected].19
uses: Jimver/[email protected].21
id: cuda-toolkit
with:
sub-packages: '["cudart-dev", "nvcc", "nvrtc-dev"]'
Expand Down

0 comments on commit 3db426a

Please sign in to comment.