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 86ceba7 commit 6298049Copy full SHA for 6298049
1 file changed
.github/workflows/ci.yml
@@ -466,7 +466,7 @@ jobs:
466
run: |
467
conan remote add cppfw $MYCI_CONAN_REMOTE
468
conan cache clean
469
- conan create conan --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION --update
+ conan create conan --build=missing --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION --update
470
- name: deploy conan package
471
472
conan remote login --password $MYCI_CONAN_PASSWORD cppfw $MYCI_CONAN_USER
0 commit comments