mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 09:08:06 +00:00
Attempt to fix build-nodes job; install llvm-dev (#2096)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user