Skip to content

Commit 510c965

Browse files
committed
TEST
1 parent d415205 commit 510c965

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

script/build-git

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ DIR="$1"
55
case $(uname -s) in
66
Darwin)
77
brew install zlib
8-
brew link --force curl zlib
9-
CURLDIR="$(curl-config --prefix)"
8+
CURLDIR="$(brew --prefix curl)"
109
ZLIBDIR="$(brew --prefix zlib)";;
1110
Linux)
1211
export DEBIAN_FRONTEND=noninteractive
@@ -46,10 +45,7 @@ sudo make install
4645
echo "Git version:"
4746
git --version --build-options
4847

49-
# https://github.com/actions/runner-images/issues/10817 - OpenSSL 1.1.1 on macOS
50-
echo "Git dependencies:"
51-
curl-config --version
52-
pkg-config zlib --libs
48+
echo "Git library dependencies:"
5349
case $(uname -s) in
5450
Darwin)
5551
otool -L "$(git --exec-path)/git-http-fetch";;

0 commit comments

Comments
 (0)