Skip to content

Commit 2004fc1

Browse files
committed
linux_and_macos.yml: Start running "brew update"
.. to obtain access to the latest fixes to package autoconf-archive
1 parent c407faa commit 2004fc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
- name: Install build dependencies (macOS)
8484
if: runner.os == 'macOS'
8585
run: |-
86+
set -x
87+
brew update
8688
brew install \
8789
autoconf-archive \
8890
automake \

0 commit comments

Comments
 (0)