Skip to content

Commit

Permalink
CI: Make sure to update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Oct 18, 2024
1 parent 0d9c59e commit ba7d1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld
brew update
brew install python bison flex gawk libffi pkg-config bash autoconf llvm lld
- name: Linux runtime environment
if: runner.os == 'Linux'
Expand Down

0 comments on commit ba7d1b3

Please sign in to comment.