[gh-actions] Update macos.yml, add brew update step

Use the latest version of brew + formulae
This commit is contained in:
ejurgensen 2023-08-23 16:15:21 +02:00 committed by GitHub
parent d159a8d5aa
commit 0f33a896de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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