This commit is contained in:
parent
0480929993
commit
9c088e2db0
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ steps:
|
|||
commands:
|
||||
- mkdir -p tmp
|
||||
- cd tmp
|
||||
- wget http://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-essentials_build.zip
|
||||
- unzip ffmpeg-4.3.1-essentials_build.zip
|
||||
# original url : wget http://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-essentials_build.zip
|
||||
- wget -O ffmpeg.zip http://nextcloud.martyn.berlin/s/WdHk8sfZ28JXqjH/download
|
||||
- unzip ffmpeg.zip
|
||||
|
||||
- name: get_win_ytdl
|
||||
image: busybox
|
||||
|
|
Loading…
Add table
Reference in a new issue