Skip to content

Commit

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

0 comments on commit eb50775

Please sign in to comment.