ci: user.build:skip_docs removed from Conan command line

This commit is contained in:
Mateusz Pusz
2023-09-26 14:04:58 +02:00
parent ffba2a5e89
commit ee5b727d2a

View File

@@ -230,7 +230,7 @@ jobs:
run: |
conan create . --user mpusz --channel ${CHANNEL} --lockfile-out=package.lock \
-b mp-units/* -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" \
-c user.build:all=True -c user.build:skip_docs=True ${{ matrix.config.conan-config }}
-c user.build:all=True ${{ matrix.config.conan-config }}
- name: Obtain package reference
id: get-package-ref
shell: bash