Skip to content

Commit

Permalink
workflow: add update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
laiwenzh authored Dec 13, 2024
1 parent 47b8636 commit 0124863
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,17 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true

- name: Pull LFS
run: |
git lfs install
git lfs pull
- name: Init submodule
run: |
git submodule init
git submodule update
- name: Build tgz package
run: |
git fetch --tags
Expand Down Expand Up @@ -108,6 +113,11 @@ jobs:
git lfs install
git lfs pull
- name: Init submodule
run: |
git submodule init
git submodule update
- name: Build manylinux wheels
run: |
git fetch --tags
Expand Down

0 comments on commit 0124863

Please sign in to comment.