We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f6eb5 commit 3dca004Copy full SHA for 3dca004
.github/workflows/ci.yml
@@ -565,7 +565,7 @@ jobs:
565
- name: build
566
run: |
567
conan remote add cppfw $MYCI_CONAN_REMOTE
568
- conan create conan --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
+ conan create conan --build=missing --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
569
- name: deploy conan package
570
571
conan remote login --password $MYCI_CONAN_PASSWORD cppfw $MYCI_CONAN_USER
0 commit comments