Skip to content

Commit

Permalink
Test adding build missing when running conan install
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgensenUlrik committed Apr 23, 2024
1 parent dec578b commit b2c7d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cosim-demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2c7d1d

Please sign in to comment.