Skip to content

Commit

Permalink
add rocksdb submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Dec 3, 2021
1 parent 81cd976 commit 5d7e5e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get Submodules
run: |
git submodule init
git submodule update
- name: Package Binaries
run: build-packages ${{github.repository}} ${{github.workspace}}
- name: Set Variables
Expand Down Expand Up @@ -38,4 +42,4 @@ jobs:
run: update-repositories ${{github.workspace}}
- name: Publish Repository
if: startsWith(github.ref, 'refs/tags/')
run: publish-repo
run: publish-repo
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/rocksdb"]
path = src/rocksdb
url = https://github.com/facebook/rocksdb.git
1 change: 1 addition & 0 deletions src/rocksdb
Submodule rocksdb added at 4d57a3

0 comments on commit 5d7e5e4

Please sign in to comment.