File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 - name : Configure CMake
4545 shell : bash
4646 working-directory : ${{github.workspace}}/build
47- run : cmake ${{github.workspace}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
47+ run : cmake ${{github.workspace}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=${{env.BUILD_TYPE}}/generators/ conan_toolchain.cmake
4848
4949 - name : Build
5050 shell : bash
Original file line number Diff line number Diff line change 4444 - name : Configure CMake
4545 shell : bash
4646 working-directory : ${{github.workspace}}/build
47- run : cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
47+ run : cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=generators\ conan_toolchain.cmake
4848
4949 - name : Build
5050 working-directory : ${{github.workspace}}/build
You can’t perform that action at this time.
0 commit comments