Skip to content

Commit

Permalink
Fix CI: remove uneeded dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Mar 25, 2024
1 parent 9702892 commit 8c5da01
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/dvrescue-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,6 @@ jobs:
arch: win64_mingw81
version: ${{ matrix.qt_version }}

- name: Install wget & unzip
run: |
choco install wget unzip
- name: Install FFmpeg
shell: pwsh
run: |
Expand Down Expand Up @@ -604,10 +600,6 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Install wget & unzip
run: |
choco install wget unzip
- name: Install FFmpeg
shell: pwsh
run: |
Expand Down Expand Up @@ -704,10 +696,6 @@ jobs:
with:
version: ${{ matrix.qt_version }}

- name: Install wget & unzip
run: |
choco install wget unzip
- name: Install FFmpeg
shell: pwsh
run: |
Expand Down Expand Up @@ -802,10 +790,6 @@ jobs:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Install wget & unzip
run: |
choco install wget unzip
- name: Install FFmpeg
shell: pwsh
run: |
Expand Down

0 comments on commit 8c5da01

Please sign in to comment.