From b0f73020579d47660dcd225ef27e1082512f854c Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 14 Nov 2024 17:38:35 +0200 Subject: [PATCH] conan: build missin --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a37fd5a..c147abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -460,7 +460,7 @@ jobs: - name: build run: | conan remote add cppfw $MYCI_CONAN_REMOTE - 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 - name: deploy conan package run: | conan remote login --password $MYCI_CONAN_PASSWORD cppfw $MYCI_CONAN_USER