Skip to content

Commit 4f7c9bb

Browse files
committed
Change apt-get to brew for mac os for installing pkg-config
1 parent 8e16a15 commit 4f7c9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ trap spongify_logs EXIT
1717

1818
export -n JAVA_HOME
1919
export PATH="$(/usr/libexec/java_home -v"1.8.0")/bin:${PATH}"
20-
sudo apt-get update && sudo apt-get install pkg-config
20+
brew install pkg-config
2121

2222
"$GRPC_JAVA_DIR"/buildscripts/kokoro/unix.sh

0 commit comments

Comments
 (0)