Skip to content

Commit

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

0 comments on commit 3e435aa

Please sign in to comment.