Browse Source

CI: add automake for macOS build

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.07
falkTX 2 years ago
parent
commit
9c1cf3b441
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml 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}"


Loading…
Cancel
Save