Skip to content

Commit

Permalink
fix url of ffmpeg binary for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaaro committed Mar 22, 2018
1 parent 0f920bb commit b232f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ install:
- "%PYTHON%/python.exe -m pip install wheel"
- "%PYTHON%/python.exe -m pip install -e ."
# Install ffmpeg
- ps: Start-FileDownload ('http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-latest-win64-shared.7z') ffmpeg-shared.7z
- 7z x ffmpeg-shared.7z > NULL
- ps: Start-FileDownload ('https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-latest-win64-shared.zip') ffmpeg-shared.zip
- 7z x ffmpeg-shared.zip > NULL
- "SET PATH=%cd%\\ffmpeg-latest-win64-shared\\bin;%PATH%"
test_script:
- "%PYTHON%/python.exe test/test.py"

0 comments on commit b232f24

Please sign in to comment.