Skip to content

Commit

Permalink
Run 'brew update' before 'brew install'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwthiker committed Mar 3, 2024
1 parent 0b92de0 commit 2c7b2f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ jobs:
- name: Install macOS dependencies
if: startsWith(matrix.os, 'macos')
run: |
brew update
brew install pkg-config make cmake ninja autoconf automake libtool
# Chrome version dependencies
brew install --force go
brew install go
# Needed to compile 'minicurl'
brew install curl
# More dependencies for the tests
Expand Down

0 comments on commit 2c7b2f5

Please sign in to comment.