|
|
|
|
@ -54,8 +54,8 @@ jobs:
|
|
|
|
|
- name: Windows Build
|
|
|
|
|
if: matrix.os == 'windows-latest'
|
|
|
|
|
run: |
|
|
|
|
|
curl --version
|
|
|
|
|
Invoke-WebRequest -Uri "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-6.0.zip" -OutFile ffmpeg.zip
|
|
|
|
|
curl -o ffmpeg.zip "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-6.0.zip"
|
|
|
|
|
Expand-Archive ffmpeg.zip
|
|
|
|
|
Copy-Item ffmpeg-n6.0-latest-win64-gpl-6.0\bin\ffmpeg.exe ffmpeg.exe
|
|
|
|
|
Remove-Item -Recurse -Force ffmpeg-n6.0-latest-win64-gpl-6.0
|
|
|
|
|
|