We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c407faa commit 2004fc1Copy full SHA for 2004fc1
.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