mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-06 08:51:51 +00:00
Don't install Go on macOS GitHub Action runner
Go is already installed and conflicts with 'brew install go'.
This commit is contained in:
@@ -42,7 +42,8 @@ jobs:
|
||||
# Firefox version dependencies
|
||||
pip3 install gyp-next
|
||||
# Chrome version dependencies
|
||||
brew install go
|
||||
# (Go is already installed)
|
||||
# brew install go
|
||||
# Needed to compile 'minicurl'
|
||||
brew install curl
|
||||
# More dependencies for the tests
|
||||
|
||||
Reference in New Issue
Block a user