Skip to content

Commit

Permalink
Update version of gh action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel authored Aug 14, 2023
1 parent 0e9753c commit c45fe87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Install CUDA
if: ${{matrix.cuda != ''}}
uses: Jimver/[email protected].8
uses: Jimver/[email protected].10
id: cuda-toolkit
with:
cuda: "${{matrix.cuda}}.${{matrix.cuda_patch}}"
Expand Down Expand Up @@ -109,4 +109,4 @@ jobs:
path: "../binaries"
destination: 'torch-lantern-builds/packages/${{ matrix.config.version }}/${{ steps.build.outputs.pkg_version }}/'
parent: false


0 comments on commit c45fe87

Please sign in to comment.