Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas authored Oct 26, 2024
1 parent cd5af8e commit 09cde02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
shell: bash
run: |
find ${PWD}/build -name kokkos_sample
${PWD}/PlotScript/src/Release/kokkos_sample
${PWD}/build/PlotScript/src/Release/kokkos_sample
- name: Run sample
shell: bash
run: |
${PWD}/PlotScript/src/Release/sample
${PWD}/build/PlotScript/src/Release/sample

0 comments on commit 09cde02

Please sign in to comment.