Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliazonta committed Aug 29, 2023
1 parent 29394bf commit ca0c7a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
- uses: actions/checkout@v3
- name: make clean
run: make clean

- name: make sequential
run: make sequential

- name: cuda-toolkit
uses: Jimver/cuda-toolkit@v0.2.11
run: nvcc -V

- name: make parallel
uses: Jimver/cuda-toolkit@v0.2.11
run: make parallel

0 comments on commit ca0c7a4

Please sign in to comment.