Skip to content

Commit

Permalink
ci: Add autoconf to macos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 9, 2024
1 parent 4d8ce13 commit ff730f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
brew install bison flex gawk libffi pkg-config bash
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf
- name: Linux runtime environment
if: runner.os == 'Linux'
Expand Down

0 comments on commit ff730f4

Please sign in to comment.