Skip to content

Commit

Permalink
CI: further fixing CMake builds
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
  • Loading branch information
msva committed Oct 8, 2024
1 parent 6650b29 commit 401a024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config_make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: cmake --build . --verbose
- name: Run Simple Test
working-directory: build/test
run: ./simple_test
run: ./test_simple


cmake_with_reader_prog:
Expand All @@ -112,4 +112,4 @@ jobs:
run: cmake --build . --verbose
- name: Run Simple Test
working-directory: build/test
run: ./simple_test
run: ./test_simple

0 comments on commit 401a024

Please sign in to comment.