[gh-actions] Update macos.yml, add brew update step
Use the latest version of brew + formulae
This commit is contained in:
parent
d159a8d5aa
commit
0f33a896de
|
@ -14,6 +14,9 @@ jobs:
|
|||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Update brew
|
||||
run: brew update
|
||||
|
||||
- name: Install build tools
|
||||
run: brew install automake autoconf libtool pkg-config
|
||||
|
||||
|
|
Loading…
Reference in New Issue