diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-05-29 03:36:36 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-05-29 03:36:36 +0000 |
| commit | e5f5b6a75c0aa0f51a399e2002d15b51211630b5 (patch) | |
| tree | b2478a1a9fb2cca36d9b5c0be2457f8f0e9c79ec /.github/workflows | |
| parent | 9b0f1d64b06cdeacb7ee5a1ca95bb23c5381f12c (diff) | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index f002cb0fbbe2..22aa1065d44b 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -18,11 +18,11 @@ jobs: - os: ubuntu-20.04 compiler: clang-9 cross-bindir: /usr/lib/llvm-9/bin - pkgs: bmake libarchive-dev + pkgs: bmake libarchive-dev clang-9 lld-9 - os: ubuntu-20.04 compiler: clang-10 cross-bindir: /usr/lib/llvm-10/bin - pkgs: bmake libarchive-dev + pkgs: bmake libarchive-dev clang-10 lld-10 - os: macOS-latest compiler: clang-11 pkgs: bmake libarchive |
