diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 996e09eb3..aeb224970 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,12 +89,6 @@ jobs: name: ChangeLog path: ImageMagick-Windows6\ImageMagick - - name: Download FFmpeg - shell: cmd - run: | - powershell Invoke-WebRequest -Uri https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20200615/ffmpeg-4.2.3-win${{matrix.bit}}.exe -OutFile ffmpeg.exe - copy /Y ffmpeg.exe ImageMagick-Windows6\VisualMagick\bin - - name: Download hp2xx shell: cmd run: | @@ -271,12 +265,6 @@ jobs: name: ChangeLog path: ImageMagick-Windows6\ImageMagick - - name: Install FFmpeg - shell: cmd - run: | - powershell Invoke-WebRequest -Uri https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20200615/ffmpeg-4.2.3-win${{matrix.bit}}.exe -OutFile ffmpeg.exe - copy /Y ffmpeg.exe ImageMagick-Windows6\VisualMagick\bin - - name: Build configure shell: cmd run: |