File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ jobs:
4949 - name : Detect Conan Profile
5050 run : |
5151 conan profile detect -f
52- grep -qxF '[conf]' build/profiles/default || echo '[conf]' >> build/profiles/default
53- echo 'corrade/*:tools.build:cxxflags=["-include","vector"]' >> build/profiles/default
52+ # grep -qxF '[conf]' build/profiles/default || echo '[conf]' >> build/profiles/default
53+ # echo 'corrade/*:tools.build:cxxflags=["-include","vector"]' >> build/profiles/default
5454
5555 - name : Configure CMake
5656 shell : bash
5757 working-directory : ${{github.workspace}}/build
58- run : PKG_CONFIG_PATH=${{github.workspace}}/local/lib/pkgconfig cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake
58+ run : PKG_CONFIG_PATH=${{github.workspace}}/local/lib/pkgconfig cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake -D"CONAN_CONF=corrade/*:tools.build:cxxflags=['-include','vector']"
5959
6060 - name : Build
6161 working-directory : ${{github.workspace}}/build
You can’t perform that action at this time.
0 commit comments