try again

pull/136/head
Andrew 3 years ago
parent 9531a88001
commit 13e153fabd

@ -52,10 +52,10 @@ 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
Expand-Archive ffmpeg.zip
Copy-Item ffmpeg\bin\ffmpeg.exe ffmpeg.exe
ls
Copy-Item .\ffmpeg\bin\ffmpeg.exe ffmpeg.exe
Remove-Item -Recurse -Force ffmpeg
Remove-Item -Force ffmpeg.zip
npm i

Loading…
Cancel
Save