Skip to content

Commit d4ae428

Browse files
committed
Fixing missing github workspace env
1 parent 0292ab7 commit d4ae428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Test
2626
working-directory: ${{github.workspace}}/build
2727
# Didn't configure to use ctest. Opted for a custom target to run instead
28-
run: cmake --build build --target test -- -j
28+
run: cmake --build ${{github.workspace}}/build --target test -- -j
2929

0 commit comments

Comments
 (0)