From 1bee3439d3ecfbcedb4d9ef6f8e3764b92bb76cd Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 29 Mar 2023 20:56:12 +0200 Subject: [PATCH] ci: rebuild of mp-units fixed in the CI --- .github/workflows/ci-conan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 14667aff..908c2fbb 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -271,7 +271,7 @@ jobs: - name: Create Conan package shell: bash run: | - conan create . --user mpusz --channel testing -b mp-units -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" \ + conan create . --user mpusz --channel testing -b mp-units/* -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" \ -o downcast_mode=${{ matrix.downcast_mode }} -c user.build:all=True -c user.build:skip_docs=True - name: Upload mp-units Conan package if: github.ref == 'refs/heads/master' || env.CHANNEL == 'stable'