File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 sudo snap install snapcraft --classic
3838 wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_linux_amd64.tar.xz"
39- wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno_linux_amd64 " -O deno
40- chmod +x deno
39+ wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node_linux_amd64 " -O node
40+ chmod +x node
4141 tar -xf ffmpeg_linux_amd64.tar.xz
4242 mv ffmpeg_linux_amd64 ffmpeg
4343 chmod +x ffmpeg/bin/ffmpeg
7474 if : matrix.os == 'windows-latest'
7575 shell : powershell
7676 run : |
77- Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno .exe" -OutFile deno .exe
77+ Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node .exe" -OutFile node .exe
7878 Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_win64.zip" -OutFile ffmpeg_win64.zip
7979 Expand-Archive -Path ffmpeg_win64.zip -DestinationPath .
8080 Move-Item -Path .\ffmpeg_win64 -Destination .\ffmpeg
You can’t perform that action at this time.
0 commit comments