ci: -b outdated fixed

This commit is contained in:
Mateusz Pusz
2022-08-02 15:44:40 +02:00
parent 6147348b88
commit 5fc4820102

View File

@@ -236,7 +236,7 @@ jobs:
- name: Create Conan package
shell: bash
run: |
conan create . mpusz/testing -e mp-units:CONAN_RUN_TESTS=True -o mp-units:build_docs=False -o mp-units:downcast_mode=${{ matrix.downcast_mode }} -b mp-units outdated -u
conan create . mpusz/testing -e mp-units:CONAN_RUN_TESTS=True -o mp-units:build_docs=False -o mp-units:downcast_mode=${{ matrix.downcast_mode }} -b mp-units -b outdated -u
- name: Upload mp-units Conan package
shell: bash
run: |