8000 Merge pull request #194 from kkroening/fix-ci · nicecoding1/ffmpeg-python@e616531 · GitHub
[go: up one dir, main page]

Skip to content

Commit e616531

Browse files
authored
Merge pull request kkroening#194 from kkroening/fix-ci
Fix CI issue with ffmpeg download link
2 parents eef4da1 + f641413 commit e616531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
before_install:
33
- >
44
[ -f ffmpeg-release/ffmpeg ] || (
5-
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
5+
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz &&
66
mkdir -p ffmpeg-release &&
7-
tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
7+
tar Jxf ffmpeg-release-amd64-static.tar.xz --strip-components=1 -C ffmpeg-release
88
)
99
matrix:
1010
include:

0 commit comments

Comments
 (0)
0