Skip to content

Commit

Permalink
fix: test executables not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Becheler committed Nov 30, 2023
1 parent eadf767 commit 8859d39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ jobs:
- name: CMake build
run: >
cmake
-B ${{github.workspace}}/build
-S .
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
--toolchain ${workspaceFolder}/build/conan_toolchain.cmake
--build ${{github.workspace}}/build
--config ${{env.BUILD_TYPE}}
- name: CMake test
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 8859d39

Please sign in to comment.