Skip to content

Commit ab4433c

Browse files
committed
ci: deps
1 parent c4fa2da commit ab4433c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
persist-credentials: false
3838

39-
- name: Install build-essential
39+
- name: Install rocksdb dependencies
4040
run: |
4141
sudo apt-get update
42-
sudo apt-get install -y build-essential
42+
sudo apt-get install -y clang llvm
4343
4444
- name: Install Rust toolchain
4545
run: |
@@ -124,11 +124,11 @@ jobs:
124124
- name: Checkout repository
125125
uses: actions/checkout@v4
126126

127-
- name: Install build-essential
127+
- name: Install rocksdb dependencies
128128
if: matrix.os == 'ubuntu-latest'
129129
run: |
130130
sudo apt-get update
131-
sudo apt-get install -y build-essential
131+
sudo apt-get install -y clang llvm
132132
133133
- name: Install Rust toolchain
134134
run: rustup toolchain install stable --profile minimal --target ${{ matrix.target }}

0 commit comments

Comments
 (0)