mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-10 10:49:26 +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:
3
.github/workflows/build-and-test-make.yml
vendored
3
.github/workflows/build-and-test-make.yml
vendored
@@ -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