Attempt to fix build-nodes job; install llvm-dev (#2096)

This commit is contained in:
James Wilson
2025-09-24 17:18:06 +01:00
committed by GitHub
parent 9080b0b2ae
commit 709ecfd5be
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
repository: paritytech/polkadot-sdk
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler curl gcc make clang cmake
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler curl gcc make clang cmake llvm-dev
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1