From dbab6b6a9abd37ff1156cdcd29b21c298a786632 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 4 Sep 2025 08:44:23 -0700 Subject: [PATCH] Install lld as well --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a6fe1c..0e2df4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -164,7 +164,7 @@ jobs: - uses: ./.github/actions/checkout - uses: ./.github/actions/install-deps - run: cargo install wasm-component-ld@0.5.12 - - run: sudo apt-get update -y && sudo apt-get install -y clang-20 + - run: sudo apt-get update -y && sudo apt-get install -y clang-20 lld-20 - run: | cmake -G Ninja -B build -S . \ -DCMAKE_C_COMPILER=/usr/lib/llvm-20/bin/clang \