From 27d61805792667f86bf437ba8b2d3d531ab9d163 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 12 May 2023 08:31:10 +0200 Subject: [PATCH] ci: "build_all" disabled in CMake Test Package CI --- .github/workflows/ci-test-package-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 397165e7..b6a9d747 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -269,7 +269,7 @@ jobs: - name: Install Conan dependencies shell: bash run: | - conan install . -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" -c user.build:skip_docs=True + conan install . -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" -c user.build:all=False mv CMakeUserPresets.json src - name: Configure mp-units CMake if: matrix.config.compiler.type == 'VISUAL' || matrix.config.compiler.type == 'MSVC'