Skip to content

Commit

Permalink
Install lld from homebrew from its new name as a separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt authored Oct 10, 2024
1 parent 1dccd90 commit 392f2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
submodules: true
- name: Install dependencies
run: |
brew install llvm ninja libarchive meson
brew install llvm lld ninja libarchive meson
- name: Clone Linux
if: matrix.kernel == 'linux'
run: deps/clone-linux.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install deps
run: |
brew install ninja llvm meson
brew install ninja lld llvm meson
bundle install
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 392f2f5

Please sign in to comment.