Skip to content

Commit

Permalink
GH actions: update gh workflow to pull submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Jul 27, 2024
1 parent cf3a5c4 commit f34ddf1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -57,6 +59,8 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -85,6 +89,8 @@ jobs:
target: x86
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -113,6 +119,8 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -133,6 +141,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit f34ddf1

Please sign in to comment.