Skip to content

Commit

Permalink
[CI] Fix conan profile installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 18, 2024
1 parent 4d787be commit d12c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: install python dependencies
run: pip install --upgrade pip conan setuptools

- run: conan config install .github/conan/profiles
- run: conan config install .github/conan
- run: |
conan profile list
conan profile show
Expand Down

0 comments on commit d12c001

Please sign in to comment.