Skip to content

Commit 6298049

Browse files
committed
conan: macos build missing
1 parent 86ceba7 commit 6298049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ jobs:
466466
run: |
467467
conan remote add cppfw $MYCI_CONAN_REMOTE
468468
conan cache clean
469-
conan create conan --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION --update
469+
conan create conan --build=missing --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION --update
470470
- name: deploy conan package
471471
run: |
472472
conan remote login --password $MYCI_CONAN_PASSWORD cppfw $MYCI_CONAN_USER

0 commit comments

Comments
 (0)