Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Dec 13, 2024
1 parent 59a1091 commit b0a5761
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Install dependencies
run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Install dependencies
run: |
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Install dependencies
run: |
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Install dependencies
run: |
Expand Down Expand Up @@ -308,12 +308,12 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Install Python 3.7 version
- name: Install Python 3.x version
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3'
architecture: 'x64'

- name: Install compiler and FFmpeg dependencies
Expand Down Expand Up @@ -401,12 +401,12 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Install Python 3.7 version
- name: Install Python 3.x version
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3'
architecture: 'x64'

- name: Install compiler and FFmpeg dependencies
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Build and install zlib
shell: cmd
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Build and install zlib
shell: cmd
Expand Down Expand Up @@ -647,7 +647,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Init vs environment
uses: egor-tensin/vs-shell@v2
Expand Down Expand Up @@ -732,7 +732,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$AUTH_HEADER" \
-c protocol.version=2 \
submodule update --init --force --recursive --depth=1
submodule update --init --force --recursive --remote --depth=1
- name: Init vs environment
uses: egor-tensin/vs-shell@v2
Expand Down

0 comments on commit b0a5761

Please sign in to comment.