Skip to content

Commit 3d74810

Browse files
committed
Revert "remove debug"
This reverts commit 8f85ebe.
1 parent fd7c579 commit 3d74810

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ runs:
1919
export PKG_CONFIG_PATH="$BREW_OPT/libxslt/lib/pkgconfig:$PKG_CONFIG_PATH"
2020
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2121
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
22+
cat "$BREW_OPT/curl/lib/pkgconfig/libcurl.pc";
23+
pkg-config --version
24+
pkg-config --modversion libcurl
25+
pkg-config --libs libcurl
26+
pkg-config --cflags libcurl
27+
exit 1
2228
./buildconf --force
2329
./configure \
2430
--enable-option-checking=fatal \

0 commit comments

Comments
 (0)