Skip to content

Commit 3dca004

Browse files
committed
conan: fix macos build
1 parent 98f6eb5 commit 3dca004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ jobs:
565565
- name: build
566566
run: |
567567
conan remote add cppfw $MYCI_CONAN_REMOTE
568-
conan create conan --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
568+
conan create conan --build=missing --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
569569
- name: deploy conan package
570570
run: |
571571
conan remote login --password $MYCI_CONAN_PASSWORD cppfw $MYCI_CONAN_USER

0 commit comments

Comments
 (0)