File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
with :
37
37
persist-credentials : false
38
38
39
- - name : Install build-essential
39
+ - name : Install rocksdb dependencies
40
40
run : |
41
41
sudo apt-get update
42
- sudo apt-get install -y build-essential
42
+ sudo apt-get install -y clang llvm
43
43
44
44
- name : Install Rust toolchain
45
45
run : |
@@ -124,11 +124,11 @@ jobs:
124
124
- name : Checkout repository
125
125
uses : actions/checkout@v4
126
126
127
- - name : Install build-essential
127
+ - name : Install rocksdb dependencies
128
128
if : matrix.os == 'ubuntu-latest'
129
129
run : |
130
130
sudo apt-get update
131
- sudo apt-get install -y build-essential
131
+ sudo apt-get install -y clang llvm
132
132
133
133
- name : Install Rust toolchain
134
134
run : rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments