ci: rebuild of mp-units fixed in the CI

This commit is contained in:
Mateusz Pusz
2023-03-29 20:56:12 +02:00
parent 33d9f43b0f
commit 1bee3439d3

View File

@@ -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'