Skip to content

Commit

Permalink
.github: Update the path used for the homebrew LLVM install on macOS
Browse files Browse the repository at this point in the history
Pull Request:	freebsd#1212
  • Loading branch information
bsdjhb committed May 2, 2024
1 parent d21c19d commit 1091f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-bootstrap-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pkgs: bmake libarchive-dev clang-14 lld-14
- os: macos-latest
compiler: clang-13
cross-bindir: /usr/local/opt/llvm@13/bin
cross-bindir: /opt/homebrew/opt/llvm@13/bin
pkgs: bmake libarchive llvm@13
- target_arch: amd64
target: amd64
Expand Down

0 comments on commit 1091f52

Please sign in to comment.