Skip to content

Commit

Permalink
Merge pull request mipops#836 from MediaArea/ci2
Browse files Browse the repository at this point in the history
Fix CI: remove uneeded dependencies
  • Loading branch information
dericed authored Mar 26, 2024
2 parents 9702892 + 8c5da01 commit a209b1f
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 a209b1f

Please sign in to comment.