We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c203c70 commit dbab6b6Copy full SHA for dbab6b6
.github/workflows/main.yml
@@ -164,7 +164,7 @@ jobs:
164
- uses: ./.github/actions/checkout
165
- uses: ./.github/actions/install-deps
166
- run: cargo install wasm-component-ld@0.5.12
167
- - 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
168
- run: |
169
cmake -G Ninja -B build -S . \
170
-DCMAKE_C_COMPILER=/usr/lib/llvm-20/bin/clang \
0 commit comments