Skip to content

Commit

Permalink
Fix conan for macOS build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Zykov committed Oct 7, 2024
1 parent b94f3c8 commit 02dec3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ jobs:
libxcb-util0-dev libxcb-util-dev
- name: Install conan
if: runner.os != 'macOS'
uses: turtlebrowser/get-conan@main

- name: Install conan (macOS)
run: |
brew install pipx \
pipx install conan
- name: Configure CMake
run: >
Expand Down

0 comments on commit 02dec3b

Please sign in to comment.