diff --git a/.github/actions/setup-build-env/action.yml b/.github/actions/setup-build-env/action.yml index b40eac0bd..9f9c84413 100644 --- a/.github/actions/setup-build-env/action.yml +++ b/.github/actions/setup-build-env/action.yml @@ -16,7 +16,6 @@ runs: run: | HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew bundle install || true - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install autoconf || true - name: Linux runtime environment if: runner.os == 'Linux' diff --git a/Brewfile b/Brewfile index 1dab730ce..8e8163651 100644 --- a/Brewfile +++ b/Brewfile @@ -12,6 +12,7 @@ brew "bash" brew "boost-python3" brew "llvm" brew "lld" +brew "autoconf" brew "dwarfutils" brew "libelf"