Attempt local mirror
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Martyn 2020-09-20 14:08:04 +02:00
parent 0480929993
commit 9c088e2db0
1 changed files with 3 additions and 2 deletions

View File

@ -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