Skip to content

Commit 7402040

Browse files
committed
Fix tests path in windows
1 parent 13fdbde commit 7402040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
5151

5252
- name: run test (Windows)
53-
working-directory: ${{github.workspace}}/build/${{env.BUILD_TYPE}}
53+
working-directory: ${{github.workspace}}/build
5454
run: $env:PATH+=";${{env.BUILD_TYPE}}"; tests/${{env.BUILD_TYPE}}/behaviortree_cpp_test.exe

0 commit comments

Comments
 (0)