Skip to content

Commit

Permalink
chore(deps): update jimver/cuda-toolkit action to v0.2.16 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 0e5283a commit fb9776f
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/cuda-toolkit@v0.2.15
uses: Jimver/cuda-toolkit@v0.2.16
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/cuda-toolkit@v0.2.15
uses: Jimver/cuda-toolkit@v0.2.16
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/cuda-toolkit@v0.2.15
uses: Jimver/cuda-toolkit@v0.2.16
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/cuda-toolkit@v0.2.15
uses: Jimver/cuda-toolkit@v0.2.16
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 @@ -33,7 +33,7 @@ jobs:
path: ~/.cache/bazel
key: bazel-${{ matrix.os }}-${{ matrix.bazel-version }}

- uses: Jimver/cuda-toolkit@v0.2.15
- uses: Jimver/cuda-toolkit@v0.2.16
with:
cuda: 11.6.2
sub-packages: '["cudart"]'
Expand Down

0 comments on commit fb9776f

Please sign in to comment.