Skip to content

Commit 8f85ebe

Browse files
committed
remove debug
1 parent 0172698 commit 8f85ebe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
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-
ls -l $BREW_OPT
1514
ln -s "$(brew --prefix)/bin/pkgconf" "$(brew --prefix)/bin/pkg-config"
1615
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1716
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
@@ -21,12 +20,6 @@ runs:
2120
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2221
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
2322
export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
24-
whereis pkgconf
25-
pkgconf --version
26-
pkg-config --version
27-
pkg-config --modversion libcurl
28-
pkg-config --libs libcurl
29-
exit 1
3023
./buildconf --force
3124
./configure \
3225
--enable-option-checking=fatal \

0 commit comments

Comments
 (0)