Skip to content

Commit

Permalink
brew unlink pkg-config after brew bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Nov 24, 2024
1 parent a24b5c0 commit 84670f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,9 @@ jobs:
run: |
cd scripts
rm /usr/local/bin/2to3* # symlink to some kind of existing python2.7 installation conflicts with brew python3 which gets installed as indirect dependency
brew unlink pkg-config
brew bundle
brew unlink pkg-config
brew install pkg-config
brew install kadwanev/brew/retry
- name: py dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion scripts/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ brew "xz"
brew "llvm"
brew "meson"
brew "coreutils"
brew "pkg-config"

0 comments on commit 84670f5

Please sign in to comment.