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 : |
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
- name : Build FFmpeg
180
180
run : |
181
- git clone --depth 1 --branch n5 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
181
+ git clone --depth 1 --branch n6 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
182
182
cd ../ffmpeg
183
183
./configure --enable-gpl \
184
184
--enable-static \
@@ -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 : |
@@ -256,7 +256,7 @@ jobs:
256
256
257
257
- name : Build FFmpeg
258
258
run : |
259
- git clone --depth 1 --branch n5 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
259
+ git clone --depth 1 --branch n6 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
260
260
cd ../ffmpeg
261
261
./configure --enable-gpl \
262
262
--enable-static \
@@ -308,28 +308,18 @@ 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
320
320
run : |
321
321
sudo apt-get update &&
322
- sudo apt-get install -y ${{ matrix.packages }} \
323
- libunwind-dev \
324
- libavcodec-dev \
325
- libavformat-dev \
326
- libavdevice-dev \
327
- libegl1-mesa-dev \
328
- libglew-dev \
329
- libxv-dev \
330
- libraw1394-dev \
331
- libavc1394-dev \
332
- libiec61883-dev
322
+ sudo apt-get install -y ${{ matrix.packages }}
333
323
334
324
- name : Install Qt 5.15
335
325
uses : jurplel/install-qt-action@v3
@@ -350,7 +340,7 @@ jobs:
350
340
351
341
- name : Build FFmpeg
352
342
run : |
353
- git clone --depth 1 --branch n5 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
343
+ git clone --depth 1 --branch n6 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
354
344
cd ../ffmpeg
355
345
./configure --enable-gpl \
356
346
--enable-shared \
@@ -401,27 +391,18 @@ jobs:
401
391
git submodule sync --recursive
402
392
git -c "http.extraheader=$AUTH_HEADER" \
403
393
-c protocol.version=2 \
404
- submodule update --init --force --recursive --depth=1
394
+ submodule update --init --force --recursive --remote -- depth=1
405
395
406
- - name : Install Python 3.7 version
396
+ - name : Install Python 3.x version
407
397
uses : actions/setup-python@v1
408
398
with :
409
- python-version : ' 3.7 '
399
+ python-version : ' 3'
410
400
architecture : ' x64'
411
401
412
402
- name : Install compiler and FFmpeg dependencies
413
403
run : |
414
404
sudo apt-get update &&
415
- sudo apt-get install -y ${{ matrix.packages }} \
416
- libunwind-dev \
417
- libgstreamer-plugins-base1.0-dev \
418
- libavcodec-dev \
419
- libavformat-dev \
420
- libavdevice-dev \
421
- libegl1-mesa-dev \
422
- libglew-dev \
423
- libxkbcommon-dev \
424
- libxv-dev
405
+ sudo apt-get install -y ${{ matrix.packages }}
425
406
426
407
- name : Install Qt 6
427
408
uses : jurplel/install-qt-action@v3
@@ -443,7 +424,7 @@ jobs:
443
424
444
425
- name : Build FFmpeg
445
426
run : |
446
- git clone --depth 1 --branch n5 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
427
+ git clone --depth 1 --branch n6 .1 https://github.com/FFmpeg/FFmpeg ../ffmpeg
447
428
cd ../ffmpeg
448
429
./configure --enable-gpl \
449
430
--enable-shared \
@@ -486,7 +467,7 @@ jobs:
486
467
git submodule sync --recursive
487
468
git -c "http.extraheader=$AUTH_HEADER" \
488
469
-c protocol.version=2 \
489
- submodule update --init --force --recursive --depth=1
470
+ submodule update --init --force --recursive --remote -- depth=1
490
471
491
472
- name : Build and install zlib
492
473
shell : cmd
@@ -567,7 +548,7 @@ jobs:
567
548
git submodule sync --recursive
568
549
git -c "http.extraheader=$AUTH_HEADER" \
569
550
-c protocol.version=2 \
570
- submodule update --init --force --recursive --depth=1
551
+ submodule update --init --force --recursive --remote -- depth=1
571
552
572
553
- name : Build and install zlib
573
554
shell : cmd
@@ -647,7 +628,7 @@ jobs:
647
628
git submodule sync --recursive
648
629
git -c "http.extraheader=$AUTH_HEADER" \
649
630
-c protocol.version=2 \
650
- submodule update --init --force --recursive --depth=1
631
+ submodule update --init --force --recursive --remote -- depth=1
651
632
652
633
- name : Init vs environment
653
634
uses : egor-tensin/vs-shell@v2
@@ -732,7 +713,7 @@ jobs:
732
713
git submodule sync --recursive
733
714
git -c "http.extraheader=$AUTH_HEADER" \
734
715
-c protocol.version=2 \
735
- submodule update --init --force --recursive --depth=1
716
+ submodule update --init --force --recursive --remote -- depth=1
736
717
737
718
- name : Init vs environment
738
719
uses : egor-tensin/vs-shell@v2
0 commit comments