|
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
|
@@ -348,24 +348,6 @@ jobs:
|
348 | 348 | qmake -r
|
349 | 349 | make -j4
|
350 | 350 |
|
351 |
| - - name: Build FFmpeg |
352 |
| - run: | |
353 |
| - git clone --depth 1 --branch n5.1 https://github.com/FFmpeg/FFmpeg ../ffmpeg |
354 |
| - cd ../ffmpeg |
355 |
| - ./configure --enable-gpl \ |
356 |
| - --enable-shared \ |
357 |
| - --disable-static \ |
358 |
| - --disable-autodetect \ |
359 |
| - --disable-securetransport \ |
360 |
| - --disable-videotoolbox \ |
361 |
| - --disable-doc \ |
362 |
| - --disable-ffplay \ |
363 |
| - --disable-ffprobe \ |
364 |
| - --disable-debug \ |
365 |
| - --disable-x86asm |
366 |
| -
|
367 |
| - make -j12 |
368 |
| -
|
369 | 351 | - name: Build QCTools
|
370 | 352 | run: |
|
371 | 353 | cd Project/QtCreator
|
@@ -401,12 +383,12 @@ jobs:
|
401 | 383 | git submodule sync --recursive
|
402 | 384 | git -c "http.extraheader=$AUTH_HEADER" \
|
403 | 385 | -c protocol.version=2 \
|
404 |
| - submodule update --init --force --recursive --depth=1 |
| 386 | + submodule update --init --force --recursive --remote --depth=1 |
405 | 387 |
|
406 |
| - - name: Install Python 3.7 version |
| 388 | + - name: Install Python 3.x version |
407 | 389 | uses: actions/setup-python@v1
|
408 | 390 | with:
|
409 |
| - python-version: '3.7' |
| 391 | + python-version: '3' |
410 | 392 | architecture: 'x64'
|
411 | 393 |
|
412 | 394 | - name: Install compiler and FFmpeg dependencies
|
@@ -441,24 +423,6 @@ jobs:
|
441 | 423 | qmake -r
|
442 | 424 | make -j4
|
443 | 425 |
|
444 |
| - - name: Build FFmpeg |
445 |
| - run: | |
446 |
| - git clone --depth 1 --branch n5.1 https://github.com/FFmpeg/FFmpeg ../ffmpeg |
447 |
| - cd ../ffmpeg |
448 |
| - ./configure --enable-gpl \ |
449 |
| - --enable-shared \ |
450 |
| - --disable-static \ |
451 |
| - --disable-autodetect \ |
452 |
| - --disable-securetransport \ |
453 |
| - --disable-videotoolbox \ |
454 |
| - --disable-doc \ |
455 |
| - --disable-ffplay \ |
456 |
| - --disable-ffprobe \ |
457 |
| - --disable-debug \ |
458 |
| - --disable-x86asm |
459 |
| -
|
460 |
| - make -j12 |
461 |
| -
|
462 | 426 | - name: Build QCTools
|
463 | 427 | run: |
|
464 | 428 | cd Project/QtCreator
|
@@ -486,7 +450,7 @@ jobs:
|
486 | 450 | git submodule sync --recursive
|
487 | 451 | git -c "http.extraheader=$AUTH_HEADER" \
|
488 | 452 | -c protocol.version=2 \
|
489 |
| - submodule update --init --force --recursive --depth=1 |
| 453 | + submodule update --init --force --recursive --remote --depth=1 |
490 | 454 |
|
491 | 455 | - name: Build and install zlib
|
492 | 456 | shell: cmd
|
@@ -567,7 +531,7 @@ jobs:
|
567 | 531 | git submodule sync --recursive
|
568 | 532 | git -c "http.extraheader=$AUTH_HEADER" \
|
569 | 533 | -c protocol.version=2 \
|
570 |
| - submodule update --init --force --recursive --depth=1 |
| 534 | + submodule update --init --force --recursive --remote --depth=1 |
571 | 535 |
|
572 | 536 | - name: Build and install zlib
|
573 | 537 | shell: cmd
|
@@ -647,7 +611,7 @@ jobs:
|
647 | 611 | git submodule sync --recursive
|
648 | 612 | git -c "http.extraheader=$AUTH_HEADER" \
|
649 | 613 | -c protocol.version=2 \
|
650 |
| - submodule update --init --force --recursive --depth=1 |
| 614 | + submodule update --init --force --recursive --remote --depth=1 |
651 | 615 |
|
652 | 616 | - name: Init vs environment
|
653 | 617 | uses: egor-tensin/vs-shell@v2
|
@@ -732,7 +696,7 @@ jobs:
|
732 | 696 | git submodule sync --recursive
|
733 | 697 | git -c "http.extraheader=$AUTH_HEADER" \
|
734 | 698 | -c protocol.version=2 \
|
735 |
| - submodule update --init --force --recursive --depth=1 |
| 699 | + submodule update --init --force --recursive --remote --depth=1 |
736 | 700 |
|
737 | 701 | - name: Init vs environment
|
738 | 702 | uses: egor-tensin/vs-shell@v2
|
|
0 commit comments