Skip to content

Commit

Permalink
Third times the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
maj113 committed Apr 23, 2024
1 parent 7f3016b commit e0905a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

- name: Run Executables
run: |
${{github.workspace}}\benchmark\Debug\benchmark_counter.exe
${{github.workspace}}\verify\Debug\verify_counter.exe
${{github.workspace}}\build\benchmark\Debug\benchmark_counter.exe
${{github.workspace}}\build\verify\Debug\verify_counter.exe

0 comments on commit e0905a2

Please sign in to comment.