Skip to content

Commit a4bc94c

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 a4bc94c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)