From b2c7d1d1df14354aa794229a35266dd14e9065dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrik=20J=C3=B8rgensen?= Date: Tue, 23 Apr 2024 10:10:31 +0200 Subject: [PATCH] Test adding build missing when running conan install --- .github/workflows/ci-cosim-demo-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cosim-demo-app.yml b/.github/workflows/ci-cosim-demo-app.yml index 1feaf67..57c903f 100644 --- a/.github/workflows/ci-cosim-demo-app.yml +++ b/.github/workflows/ci-cosim-demo-app.yml @@ -52,14 +52,14 @@ jobs: python-version: '3.x' - name: Install prerequisites run: pip install conan~=2.2.0 - - name: Configure libcxx for Linux + - name: Configure conan profile for Linux run: | conan profile detect --name default --force if: runner.os == 'Linux' - name: Add Conan remote run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force - name: Install Conan deps - run: conan install . + run: conan install . --build missing - name: Download client uses: actions/download-artifact@v2 with: