Skip to content

Commit

Permalink
Fixing github workflow with conan
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Dec 30, 2023
1 parent 796204f commit 8c9a1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install conan
run: |
pip install conan --upgrade
conan profile new default --detect
conan profile detect --force
conan profile update settings.build_type=${{ matrix.build_type }} default
- name: Linux build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Configure conan profile
run: |
conan profile new ${{ matrix.build_type }}-${{ matrix.runtime_type }} --detect
conan profile detect --force
conan profile update settings.build_type=${{ matrix.build_type }} ${{ matrix.build_type }}-${{ matrix.runtime_type }}
conan profile update settings.compiler.runtime=${{ matrix.runtime_type }} ${{ matrix.build_type }}-${{ matrix.runtime_type }}
Expand Down

0 comments on commit 8c9a1c1

Please sign in to comment.