Skip to content

Commit

Permalink
chore(deps): update jimver/cuda-toolkit action to v0.2.19 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 3b6cc27 commit 23ca741
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/actions/set-build-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
using: "composite"
steps:
- name: Install CUDA (NVIDIA, Linux)
uses: Jimver/[email protected].18
uses: Jimver/[email protected].19
if: ${{ !startsWith(inputs.os, 'windows') && inputs.source == 'nvidia' }}
with:
cuda: ${{ inputs.cuda-version }}
Expand All @@ -45,7 +45,7 @@ runs:
sudo ln -sf /usr/bin/clang-${{ inputs.toolchain-version }} /usr/bin/clang
clang --version
- name: Install CURAND For LLVM
uses: Jimver/[email protected].18
uses: Jimver/[email protected].19
if: ${{ !startsWith(inputs.os, 'windows') && inputs.toolchain == 'llvm' }}
with:
cuda: ${{ inputs.cuda-version }}
Expand All @@ -64,7 +64,7 @@ runs:
echo "CXX=g++-9" >> $GITHUB_ENV
- name: Install CUDA (Windows)
uses: Jimver/[email protected].18
uses: Jimver/[email protected].19
if: ${{ startsWith(inputs.os, 'windows') }}
with:
cuda: ${{ inputs.cuda-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: ~/.cache/bazel
key: bazel-${{ matrix.os }}-cuda-${{ matrix.cuda-version }}-${{ hashFiles('.bazelversion') }}
- name: Install CUDA (Linux)
uses: Jimver/[email protected].18
uses: Jimver/[email protected].19
with:
cuda: ${{ matrix.cuda-version }}
sub-packages: '["nvcc", "cudart-dev"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utilities-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: ~/.cache/bazel
key: bazel-${{ matrix.os }}-${{ matrix.bazel-version }}

- uses: Jimver/[email protected].18
- uses: Jimver/[email protected].19
with:
cuda: 11.6.2
sub-packages: '["cudart"]'
Expand Down

0 comments on commit 23ca741

Please sign in to comment.