Skip to content

Commit

Permalink
checkout submodules with different way
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Feb 17, 2021
1 parent 4bb56be commit 6eb146a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push_manylinux_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 6eb146a

Please sign in to comment.