mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Fix CI issue with ffmpeg download link
This commit is contained in:
parent
eef4da1b27
commit
f641413ed8
@ -2,9 +2,9 @@ language: python
|
|||||||
before_install:
|
before_install:
|
||||||
- >
|
- >
|
||||||
[ -f ffmpeg-release/ffmpeg ] || (
|
[ -f ffmpeg-release/ffmpeg ] || (
|
||||||
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
|
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz &&
|
||||||
mkdir -p ffmpeg-release &&
|
mkdir -p ffmpeg-release &&
|
||||||
tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
|
tar Jxf ffmpeg-release-amd64-static.tar.xz --strip-components=1 -C ffmpeg-release
|
||||||
)
|
)
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user