Skip to content

Commit 4a08d49

Browse files
committed
try command
1 parent ce2283c commit 4a08d49

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-develop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
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 -D"CONAN_CONF=corrade/*:tools.build:cxxflags=['-include','vector']"
58+
run: PKG_CONFIG_PATH=${{github.workspace}}/local/lib/pkgconfig cmake $GITHUB_WORKSPACE \
59+
-DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake \
60+
-DCONAN_INSTALL_ARGS="--build=missing;-c=corrade/*:tools.build:cxxflags=['-include','vector']"
5961

6062
- name: Build
6163
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)