Skip to content

Commit 6c8621d

Browse files
committed
debug
1 parent db46229 commit 6c8621d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ runs:
1010
run: |
1111
set -x
1212
BREW_OPT="$(brew --prefix)"/opt
13+
ls "$BREW_OPT/curl/lib/pkgconfig"
14+
cat "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc"
1315
export PATH="$BREW_OPT/bison/bin:$PATH"
1416
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1517
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
@@ -19,6 +21,8 @@ runs:
1921
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2022
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
2123
export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
24+
pkg-config --modversion libcurl
25+
pkg-config --libs libcurl
2226
brew deps --tree --installed
2327
./buildconf --force
2428
./configure \

0 commit comments

Comments
 (0)