ask brew to update/upgrade
might help CI failures on macOS
This commit is contained in:
parent
b4fe2c7b8b
commit
b27a10c547
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -60,7 +60,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install macOS dependencies
|
- name: Install macOS dependencies
|
||||||
if: contains(matrix.os, 'macos')
|
if: contains(matrix.os, 'macos')
|
||||||
run:
|
run: |
|
||||||
|
brew update
|
||||||
|
brew upgrade
|
||||||
brew install
|
brew install
|
||||||
autoconf automake libtool
|
autoconf automake libtool
|
||||||
gtk-doc gobject-introspection
|
gtk-doc gobject-introspection
|
||||||
|
Loading…
Reference in New Issue
Block a user