fix ci for rocksdb

This commit is contained in:
fryorcraken 2025-12-05 16:47:38 +11:00
parent 742a3b2f8e
commit caa2b5cc4c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - 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 - name: Install active toolchain
run: rustup install run: rustup install

View File

@ -69,7 +69,7 @@ Install build dependencies
- On Linux - On Linux
Ubuntu / Debian Ubuntu / Debian
```sh ```sh
apt install build-essential clang libssl-dev pkg-config apt install build-essential clang libclang-dev libssl-dev pkg-config
``` ```
Fedora Fedora