We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ede4a commit 8496423Copy full SHA for 8496423
.github/workflows/ci.yml
@@ -434,7 +434,7 @@ jobs:
434
- name: build
435
run: |
436
conan remote add cppfw $MYCI_CONAN_REMOTE
437
- 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
438
- name: deploy conan package
439
440
conan remote login --password $MYCI_CONAN_PASSWORD cppfw $MYCI_CONAN_USER
0 commit comments