CI: add automake for macOS build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-21 01:47:58 +02:00
parent 5b30b29194
commit 9c1cf3b441
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -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}"