Skip to content

Commit dbab6b6

Browse files
committed
Install lld as well
1 parent c203c70 commit dbab6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- uses: ./.github/actions/checkout
165165
- uses: ./.github/actions/install-deps
166166
- run: cargo install wasm-component-ld@0.5.12
167-
- run: sudo apt-get update -y && sudo apt-get install -y clang-20
167+
- run: sudo apt-get update -y && sudo apt-get install -y clang-20 lld-20
168168
- run: |
169169
cmake -G Ninja -B build -S . \
170170
-DCMAKE_C_COMPILER=/usr/lib/llvm-20/bin/clang \

0 commit comments

Comments
 (0)