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/freebsd-src#1212

(cherry picked from commit 1091f52)
  • Loading branch information
bsdjhb committed May 7, 2024
1 parent 9b0308a commit 8f6ec45
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 @@ -30,7 +30,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 8f6ec45

Please sign in to comment.