Skip to content

Commit

Permalink
Update rocksdb version in ci-master workflow (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina authored Aug 22, 2023
1 parent 90fbe1a commit a967d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: build rocksdb dependency
run: bash ${GITHUB_WORKSPACE}/.github/scripts/install-rocksdb.sh
env:
ROCKSDB_VERSION: v7.10.2
ROCKSDB_VERSION: v8.1.1
- name: Build and upload release artifacts
run: bash ${GITHUB_WORKSPACE}/.github/scripts/publish-internal-release-artifacts.sh
env:
Expand Down

0 comments on commit a967d2f

Please sign in to comment.