mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 22:23:17 -05:00
[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
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -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…
x
Reference in New Issue
Block a user