Skip to content

Commit

Permalink
fix cuda-toolkit action
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed May 24, 2024
1 parent 1581773 commit 516f56e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,10 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
- uses: actions/checkout@v4
- uses: Jimver/[email protected].15
- uses: pykeio/[email protected].16
if: matrix.cuda-version && runner.os != 'macOS'
with:
cuda: ${{ matrix.cuda-version }}
- name: Cleanup CUDA logs
if: matrix.cuda-version && runner.os == 'Linux'
run: sudo rm /var/log/cuda-installer.log
- name: Install ROCm
if: matrix.rocm && runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 516f56e

Please sign in to comment.