|
31 | 31 | git submodule sync --recursive
|
32 | 32 | git -c "http.extraheader=$AUTH_HEADER" \
|
33 | 33 | -c protocol.version=2 \
|
34 |
| - submodule update --init --force --recursive --depth=1 |
| 34 | + submodule update --init --force --recursive --remote --depth=1 |
35 | 35 |
|
36 | 36 | - name: Install dependencies
|
37 | 37 | run: |
|
|
88 | 88 | git submodule sync --recursive
|
89 | 89 | git -c "http.extraheader=$AUTH_HEADER" \
|
90 | 90 | -c protocol.version=2 \
|
91 |
| - submodule update --init --force --recursive --depth=1 |
| 91 | + submodule update --init --force --recursive --remote --depth=1 |
92 | 92 |
|
93 | 93 | - name: Install dependencies
|
94 | 94 | run: |
|
@@ -145,7 +145,7 @@ jobs:
|
145 | 145 | git submodule sync --recursive
|
146 | 146 | git -c "http.extraheader=$AUTH_HEADER" \
|
147 | 147 | -c protocol.version=2 \
|
148 |
| - submodule update --init --force --recursive --depth=1 |
| 148 | + submodule update --init --force --recursive --remote --depth=1 |
149 | 149 |
|
150 | 150 | - name: Install dependencies
|
151 | 151 | run: |
|
@@ -231,7 +231,7 @@ jobs:
|
231 | 231 | git submodule sync --recursive
|
232 | 232 | git -c "http.extraheader=$AUTH_HEADER" \
|
233 | 233 | -c protocol.version=2 \
|
234 |
| - submodule update --init --force --recursive --depth=1 |
| 234 | + submodule update --init --force --recursive --remote --depth=1 |
235 | 235 |
|
236 | 236 | - name: Install dependencies
|
237 | 237 | run: |
|
@@ -308,12 +308,12 @@ jobs:
|
308 | 308 | git submodule sync --recursive
|
309 | 309 | git -c "http.extraheader=$AUTH_HEADER" \
|
310 | 310 | -c protocol.version=2 \
|
311 |
| - submodule update --init --force --recursive --depth=1 |
| 311 | + submodule update --init --force --recursive --remote --depth=1 |
312 | 312 |
|
313 |
| - - name: Install Python 3.7 version |
| 313 | + - name: Install Python 3.x version |
314 | 314 | uses: actions/setup-python@v1
|
315 | 315 | with:
|
316 |
| - python-version: '3.7' |
| 316 | + python-version: '3' |
317 | 317 | architecture: 'x64'
|
318 | 318 |
|
319 | 319 | - name: Install compiler and FFmpeg dependencies
|
@@ -401,12 +401,12 @@ jobs:
|
401 | 401 | git submodule sync --recursive
|
402 | 402 | git -c "http.extraheader=$AUTH_HEADER" \
|
403 | 403 | -c protocol.version=2 \
|
404 |
| - submodule update --init --force --recursive --depth=1 |
| 404 | + submodule update --init --force --recursive --remote --depth=1 |
405 | 405 |
|
406 |
| - - name: Install Python 3.7 version |
| 406 | + - name: Install Python 3.x version |
407 | 407 | uses: actions/setup-python@v1
|
408 | 408 | with:
|
409 |
| - python-version: '3.7' |
| 409 | + python-version: '3' |
410 | 410 | architecture: 'x64'
|
411 | 411 |
|
412 | 412 | - name: Install compiler and FFmpeg dependencies
|
@@ -486,7 +486,7 @@ jobs:
|
486 | 486 | git submodule sync --recursive
|
487 | 487 | git -c "http.extraheader=$AUTH_HEADER" \
|
488 | 488 | -c protocol.version=2 \
|
489 |
| - submodule update --init --force --recursive --depth=1 |
| 489 | + submodule update --init --force --recursive --remote --depth=1 |
490 | 490 |
|
491 | 491 | - name: Build and install zlib
|
492 | 492 | shell: cmd
|
@@ -567,7 +567,7 @@ jobs:
|
567 | 567 | git submodule sync --recursive
|
568 | 568 | git -c "http.extraheader=$AUTH_HEADER" \
|
569 | 569 | -c protocol.version=2 \
|
570 |
| - submodule update --init --force --recursive --depth=1 |
| 570 | + submodule update --init --force --recursive --remote --depth=1 |
571 | 571 |
|
572 | 572 | - name: Build and install zlib
|
573 | 573 | shell: cmd
|
@@ -647,7 +647,7 @@ jobs:
|
647 | 647 | git submodule sync --recursive
|
648 | 648 | git -c "http.extraheader=$AUTH_HEADER" \
|
649 | 649 | -c protocol.version=2 \
|
650 |
| - submodule update --init --force --recursive --depth=1 |
| 650 | + submodule update --init --force --recursive --remote --depth=1 |
651 | 651 |
|
652 | 652 | - name: Init vs environment
|
653 | 653 | uses: egor-tensin/vs-shell@v2
|
@@ -732,7 +732,7 @@ jobs:
|
732 | 732 | git submodule sync --recursive
|
733 | 733 | git -c "http.extraheader=$AUTH_HEADER" \
|
734 | 734 | -c protocol.version=2 \
|
735 |
| - submodule update --init --force --recursive --depth=1 |
| 735 | + submodule update --init --force --recursive --remote --depth=1 |
736 | 736 |
|
737 | 737 | - name: Init vs environment
|
738 | 738 | uses: egor-tensin/vs-shell@v2
|
|
0 commit comments