aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2022-06-30 20:03:26 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2022-06-30 20:03:26 +0000
commit22f731486e80fdbf679712b2a99605ba97a50264 (patch)
treead4b35ead3a0fe5dc0eff5524750703fcffc7f9e /.github/workflows
parent91b30f7ad22642979b56a56b211843cbd9d35984 (diff)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cross-bootstrap-tools.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index 2d981b3fdff2..ce50bc9cb36e 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -27,8 +27,8 @@ jobs:
pkgs: bmake libarchive-dev clang-14 lld-14
- os: macos-latest
compiler: clang-13
- cross-bindir: /usr/local/opt/llvm/bin
- pkgs: bmake libarchive
+ cross-bindir: /usr/local/opt/llvm@13/bin
+ pkgs: bmake libarchive llvm@13
- target_arch: amd64
target: amd64
- target_arch: aarch64