Skip to content

Commit 8496423

Browse files
committed
conan: macos build missing
1 parent 64ede4a commit 8496423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
- name: build
435435
run: |
436436
conan remote add cppfw $MYCI_CONAN_REMOTE
437-
conan create conan --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
437+
conan create conan --build=missing --user $MYCI_CONAN_USER --channel main --version $PACKAGE_VERSION
438438
- name: deploy conan package
439439
run: |
440440
conan remote login --password $MYCI_CONAN_PASSWORD cppfw $MYCI_CONAN_USER

0 commit comments

Comments
 (0)