Skip to content

Commit

Permalink
ci(cuda): enable log for installing cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 9, 2024
1 parent b242314 commit 4736dde
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
with:
xmake-version: latest
{% endif %}
- uses: Jimver/cuda-toolkit@master
- uses: Jimver/cuda-toolkit@0.2.16
id: cuda-toolkit
with:
log-file-suffix: {{ "${{ matrix.os }}" }}.txt

- name: Build
run: make build
Expand Down

0 comments on commit 4736dde

Please sign in to comment.