Skip to content

Commit

Permalink
Revert "actions: macos install lld from llvm package"
Browse files Browse the repository at this point in the history
This reverts commit ad47844.
  • Loading branch information
widlarizer committed Jul 24, 2024
1 parent 29d53bc commit 454cfa1
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: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm
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 454cfa1

Please sign in to comment.