We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec578b commit b2c7d1dCopy full SHA for b2c7d1d
.github/workflows/ci-cosim-demo-app.yml
@@ -52,14 +52,14 @@ jobs:
52
python-version: '3.x'
53
- name: Install prerequisites
54
run: pip install conan~=2.2.0
55
- - name: Configure libcxx for Linux
+ - name: Configure conan profile for Linux
56
run: |
57
conan profile detect --name default --force
58
if: runner.os == 'Linux'
59
- name: Add Conan remote
60
run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
61
- name: Install Conan deps
62
- run: conan install .
+ run: conan install . --build missing
63
- name: Download client
64
uses: actions/download-artifact@v2
65
with:
0 commit comments