ci: use curl instead of wget

This commit is contained in:
itsmattkc 2022-08-25 16:33:06 -07:00
parent 64a94062d9
commit da5b3692e9

View file

@ -34,7 +34,7 @@ jobs:
shell: bash
run: |
FILENAME="ffmpeg-n4.4-latest-win32-gpl-shared-4.4"
wget -c https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
curl -fLOSs https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
7z x $FILENAME.zip
$FILENAME >> $GITHUB_PATH