Skip to content

Commit

Permalink
build: fix for homebrew pkg-config conflict
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 24, 2024
1 parent 8fff316 commit 6dc6f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
rm /usr/local/bin/idle3*
rm /usr/local/bin/pydoc*
rm /usr/local/bin/python3*
brew ls [email protected] && brew unlink [email protected]
brew install opencv
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 6dc6f6d

Please sign in to comment.