Skip to content

Commit

Permalink
ci: Bump RocksDB to v9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Nov 2, 2024
1 parent 4b9dae4 commit 4a023ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: build rocksdb dependency
run: bash ${GITHUB_WORKSPACE}/.github/scripts/install-rocksdb.sh
env:
ROCKSDB_VERSION: v8.10.0
ROCKSDB_VERSION: v9.3.1
- name: Build and upload release artifacts
run: bash ${GITHUB_WORKSPACE}/.github/scripts/publish-internal-release-artifacts.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-rocksdb-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Continuous Integration (Rocksdb Build)

env:
ROCKSDB_VERSION: v8.10.0
ROCKSDB_VERSION: v9.3.1

on:
workflow_call:
Expand Down

0 comments on commit 4a023ac

Please sign in to comment.