From caa2b5cc4ced0d719acb50661e2c35a2987870dd Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Fri, 5 Dec 2025 16:47:38 +1100 Subject: [PATCH] fix ci for rocksdb --- .github/workflows/ci.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ebfca7..f3644cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install system dependencies + run: sudo apt-get update && sudo apt-get install -y build-essential clang libclang-dev libssl-dev pkg-config + - name: Install active toolchain run: rustup install diff --git a/README.md b/README.md index a7551ba..72736f3 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Install build dependencies - On Linux Ubuntu / Debian ```sh -apt install build-essential clang libssl-dev pkg-config +apt install build-essential clang libclang-dev libssl-dev pkg-config ``` Fedora