mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
.github: Update the path used for the homebrew LLVM install on macOS
Pull Request: https://github.com/freebsd/freebsd-src/pull/1212
This commit is contained in:
parent
d21c19d412
commit
1091f525df
2
.github/workflows/cross-bootstrap-tools.yml
vendored
2
.github/workflows/cross-bootstrap-tools.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user