mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[macOS] Force curl to use IPv4 (#9586)
This commit is contained in:
@@ -36,6 +36,9 @@ brew_smart_install jq
|
||||
echo "Installing curl..."
|
||||
brew_smart_install curl
|
||||
|
||||
echo "Configuring curl to resolve names with IPv4..."
|
||||
echo '--ipv4' >> ~/.curlrc
|
||||
|
||||
echo "Installing wget..."
|
||||
brew_smart_install "wget"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user