diff --git a/.github/workflows/ci-cosim-demo-app.yml b/.github/workflows/ci-cosim-demo-app.yml index 57c903f..75d52c9 100644 --- a/.github/workflows/ci-cosim-demo-app.yml +++ b/.github/workflows/ci-cosim-demo-app.yml @@ -52,10 +52,8 @@ jobs: python-version: '3.x' - name: Install prerequisites run: pip install conan~=2.2.0 - - name: Configure conan profile for Linux - run: | - conan profile detect --name default --force - if: runner.os == 'Linux' + - name: Add conan profile + run: conan profile detect --name default --force - name: Add Conan remote run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force - name: Install Conan deps