Skip to content

Commit

Permalink
Only install Go if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lwthiker committed Mar 2, 2024
1 parent 100c46a commit a456f9f
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 install go
brew list go || brew install go
# Needed to compile 'minicurl'
brew install curl
# More dependencies for the tests
Expand Down

0 comments on commit a456f9f

Please sign in to comment.