Skip to content

Commit 7c35ecd

Browse files
committed
Revert "fix PATH"
This reverts commit 031538e. Revert "unlink pkg-config" This reverts commit 1d0925f. Revert "install pkgconf" This reverts commit ef8016a.
1 parent 031538e commit 7c35ecd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/actions/brew/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ runs:
1414
# Some packages exist on x86 but not arm, or vice versa.
1515
# Install them with reinstall to avoid warnings.
1616
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl openldap
17-
brew unlink pkg-config
1817
brew install \
19-
pkgconf \
2018
bison \
2119
re2c
2220
brew install \

.github/actions/configure-macos/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ runs:
1111
set -x
1212
BREW_OPT="$(brew --prefix)"/opt
1313
export PATH="$BREW_OPT/bison/bin:$PATH"
14-
export PATH="/usr/local/Cellar/pkgconf/2.3.0/bin:$PATH"
1514
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1615
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
1716
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"

0 commit comments

Comments
 (0)