diff options
author | John Baldwin <jhb@FreeBSD.org> | 2024-05-02 21:11:48 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-05-14 16:56:33 +0000 |
commit | ea6caf8bc223783f6c6b898285ef96c1ffa7cdcb (patch) | |
tree | 62a1dd0879ee34b6a0863ff266dc033930da0658 | |
parent | 1346b9ca7167789061edec6547f1f8c5b839c71a (diff) | |
download | src-ea6caf8bc223783f6c6b898285ef96c1ffa7cdcb.tar.gz src-ea6caf8bc223783f6c6b898285ef96c1ffa7cdcb.zip |
.github: Update the path used for the homebrew LLVM install on macOS
Pull Request: https://github.com/freebsd/freebsd-src/pull/1212
(cherry picked from commit 1091f525df9d74f07d707d8a79a91fe26a6c50e3)
(cherry picked from commit f4b6272a26da7b1cf577d13c74c9f146412bad56)
-rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 47349a517a1f..78ba1560e5de 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -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 |