Skip to content

Commit

Permalink
publish-to-pypi: Clone recursively.
Browse files Browse the repository at this point in the history
  • Loading branch information
AYMENJD committed Nov 13, 2022
1 parent 2dd876a commit 82f1c7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v3
- name: Clone rocksdb-python
uses: actions/checkout@v3
with:
submodules: recursive

- name: Build rocksdb-python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 82f1c7e

Please sign in to comment.