Skip to content

Commit

Permalink
fix: fix path for the Run step
Browse files Browse the repository at this point in the history
  • Loading branch information
SMASTER4 committed Aug 17, 2024
1 parent e89b5b6 commit c561da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-for-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Run
run: ./smaster4s-timer
run: ./build/smaster4s-timer

0 comments on commit c561da4

Please sign in to comment.