diff --git a/.github/workflows/dvrescue-gui.yml b/.github/workflows/dvrescue-gui.yml index 903ca4f7..9e6235d9 100644 --- a/.github/workflows/dvrescue-gui.yml +++ b/.github/workflows/dvrescue-gui.yml @@ -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: | @@ -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: | @@ -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: | @@ -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: |