We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c407faa commit a4bc94cCopy full SHA for a4bc94c
1 file changed
.github/workflows/linux_and_macos.yml
@@ -83,6 +83,8 @@ jobs:
83
- name: Install build dependencies (macOS)
84
if: runner.os == 'macOS'
85
run: |-
86
+ set -x
87
+ brew update
88
brew install \
89
autoconf-archive \
90
automake \
0 commit comments