Skip to content

Commit

Permalink
Updating ci-rocksdb-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 22, 2023
1 parent 95ee127 commit b553aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rocksdb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: git clone https://github.com/facebook/rocksdb.git
&& cd rocksdb
&& git checkout $ROCKSDB_VERSION
&& make -j$(nproc) install-shared
&& sudo make -j$(nproc) install-shared
- name: "ldconfig"
run: cd rocksdb && ldconfig
- name: checkout repo from current commit
Expand Down

0 comments on commit b553aa5

Please sign in to comment.