Skip to content

Commit

Permalink
workflow cut
Browse files Browse the repository at this point in the history
  • Loading branch information
eliazonta committed Aug 29, 2023
1 parent ca0c7a4 commit 848d039
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ jobs:
- name: make sequential
run: make sequential

- name: cuda-toolkit
uses: Jimver/cuda-toolkit@v0.2.11
run: nvcc -V
# - name: cuda-toolkit
# uses: Jimver/cuda-toolkit@v0.2.11
# id: cuda-toolkit
# with:
# cuda: '12.1.0'
# run: nvcc -V

- name: make parallel
uses: Jimver/cuda-toolkit@v0.2.11
run: make parallel
# - name: make parallel
# uses: Jimver/cuda-toolkit@v0.2.11
# id: cuda-toolkit
# with:
# cuda: '12.1.0'
# run: make parallel

0 comments on commit 848d039

Please sign in to comment.