Skip to content

Commit 3dcfcf6

Browse files
authored
Update build_wheels_windows.yml
1 parent bd77f99 commit 3dcfcf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
with:
5353
submodules: false
5454
fetch-depth: 0
55+
submodule-update-depth: 1
56+
5557
- name: Set up Python ${{ matrix.python-version }}
5658
uses: actions/setup-python@v4
5759
with:
@@ -110,6 +112,8 @@ jobs:
110112
with:
111113
submodules: true
112114
fetch-depth: 0
115+
submodule-update-depth: 1
116+
113117
- name: Show current commit and branch
114118
run: |
115119
git rev-parse --abbrev-ref HEAD

0 commit comments

Comments
 (0)