Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed May 26, 2024
1 parent c02ef68 commit c8dae7f
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-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Install Conan
run: pip3 install conan==2.0.10
run: pip3 install --break-system-packages conan==2.0.10

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Install Conan
run: pip3 install conan==2.0.10
run: pip3 install --break-system-packages conan==2.0.10

- uses: actions/checkout@v3

Expand Down

0 comments on commit c8dae7f

Please sign in to comment.