Skip to content

Commit

Permalink
TOOLS: Fix CI 1.1
Browse files Browse the repository at this point in the history
.
  • Loading branch information
slali87 committed Oct 16, 2024
1 parent d73f89b commit b8e545d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Conan
run: |
cd ${{ github.event.repository.name }}
pip install conan
pip install conan --break-system-packages
- name: Resolve the dependencies and set up the project
run: |
cd ${{ github.event.repository.name }}
Expand Down

0 comments on commit b8e545d

Please sign in to comment.