We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fdbde commit 7402040Copy full SHA for 7402040
.github/workflows/cmake_windows.yml
@@ -50,5 +50,5 @@ jobs:
50
run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
51
52
- name: run test (Windows)
53
- working-directory: ${{github.workspace}}/build/${{env.BUILD_TYPE}}
+ working-directory: ${{github.workspace}}/build
54
run: $env:PATH+=";${{env.BUILD_TYPE}}"; tests/${{env.BUILD_TYPE}}/behaviortree_cpp_test.exe
0 commit comments