Skip to content

Commit

Permalink
Actually properly fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maj113 committed Apr 23, 2024
1 parent b73d608 commit 7f3016b
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}}\Counter\build\benchmark\Debug\benchmark_counter.exe
${{github.workspace}}\Counter\build\verify\Debug\verify_counter.exe
${{github.workspace}}\benchmark\Debug\benchmark_counter.exe
${{github.workspace}}\verify\Debug\verify_counter.exe

0 comments on commit 7f3016b

Please sign in to comment.