Skip to content

Commit b2c7d1d

Browse files
Test adding build missing when running conan install
1 parent dec578b commit b2c7d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci-cosim-demo-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
python-version: '3.x'
5353
- name: Install prerequisites
5454
run: pip install conan~=2.2.0
55-
- name: Configure libcxx for Linux
55+
- name: Configure conan profile for Linux
5656
run: |
5757
conan profile detect --name default --force
5858
if: runner.os == 'Linux'
5959
- name: Add Conan remote
6060
run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
6161
- name: Install Conan deps
62-
run: conan install .
62+
run: conan install . --build missing
6363
- name: Download client
6464
uses: actions/download-artifact@v2
6565
with:

0 commit comments

Comments
 (0)