aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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 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