Skip to content

Commit dfbaa26

Browse files
authored
Update build_wheels_windows.yml
1 parent 249f4c9 commit dfbaa26

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,12 @@ jobs:
115115
- name: Update submodules to HEAD of 4.x
116116
shell: bash
117117
run: |
118-
git submodule foreach '
119-
echo "$name"
120-
git fetch origin
121-
git checkout 4.x || true
122-
git pull origin 4.x || true
118+
git submodule foreach '
119+
echo "$name"
120+
git fetch origin
121+
git checkout 4.x || true
122+
git pull origin 4.x || true
123+
'
123124
124125
- name: Show current commit and branch
125126
run: |

0 commit comments

Comments
 (0)