Update `wasm-component-ld` in CI (#592)

Use latest `wasm-component-ld` in CI

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
pull/594/head
Roman Volosatovs 7 months ago committed by GitHub
parent 372ba0d222
commit 1033443e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -169,7 +169,7 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/checkout
- uses: ./.github/actions/install-deps
- run: cargo install wasm-component-ld@0.5.12
- run: cargo install wasm-component-ld@0.5.20
- run: sudo apt-get update -y && sudo apt-get install -y clang-20 lld-20
- run: |
cmake -G Ninja -B build -S . \

Loading…
Cancel
Save