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 54288b6 commit 41ecb92
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 @@ -33,7 +33,7 @@ jobs:
&& git checkout $ROCKSDB_VERSION
&& sudo make -j$(nproc) install-shared
- name: "sudo ldconfig"
run: cd rocksdb && ldconfig
run: cd rocksdb && sudo ldconfig
- name: checkout repo from current commit
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 41ecb92

Please sign in to comment.