CI: add automake for macOS build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5b30b29194
commit
9c1cf3b441
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -194,7 +194,7 @@ jobs:
|
|||
key: macos-${{ matrix.target }}-v${{ env.CACHE_VERSION }}
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
brew install autoconf
|
||||
brew install autoconf automake
|
||||
- name: Build extra dependencies
|
||||
run: |
|
||||
export PATH="/usr/local/opt/ccache/libexec:${PATH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue