Don't install Go on macOS GitHub Action runner

Go is already installed and conflicts with 'brew install go'.
This commit is contained in:
lwthiker
2022-04-22 20:52:33 +03:00
parent 8019a00959
commit ad77483b70

View File

@@ -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