Skip to content

Commit b27a10c

Browse files
committed
ask brew to update/upgrade
might help CI failures on macOS
1 parent b4fe2c7 commit b27a10c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060

6161
- name: Install macOS dependencies
6262
if: contains(matrix.os, 'macos')
63-
run:
63+
run: |
64+
brew update
65+
brew upgrade
6466
brew install
6567
autoconf automake libtool
6668
gtk-doc gobject-introspection

0 commit comments

Comments
 (0)