Skip to content

Commit

Permalink
Try to force installation of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
lwthiker committed Mar 2, 2024
1 parent a456f9f commit 0b92de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
brew install pkg-config make cmake ninja autoconf automake libtool
# Chrome version dependencies
brew list go || brew install go
brew install --force go
# Needed to compile 'minicurl'
brew install curl
# More dependencies for the tests
Expand Down

0 comments on commit 0b92de0

Please sign in to comment.