Skip to content

Commit

Permalink
Use an absolute path to build dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 19, 2024
1 parent c239a24 commit f5ee9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cxx_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: cmake --build ${{github.workspace}}/build

- name: Run unit-tests
run: make -C build test ARGS="--verbose"
run: make -C ${{github.workspace}}/build test ARGS="--verbose"

0 comments on commit f5ee9e6

Please sign in to comment.