Skip to content

Commit 40d22e4

Browse files
Update .appveyor.yml
1 parent 7b0ab4a commit 40d22e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
1111
JANSSON_VERSION: "2.13"
1212

13-
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.0-essentials_build.zip
13+
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
1414

1515
matrix:
1616
- PYTHON: "C:\\Python38"
@@ -65,9 +65,9 @@ install:
6565
- "pip install -r requirements.txt"
6666
- ps: Start-FileDownload $env:ffmpeg_download
6767

68-
- 7z x ffmpeg-5.0-essentials_build.zip
69-
- PATH=%PATH%;%cd%\ffmpeg-5.0-essentials_build\bin
68+
- 7z x ffmpeg-release-essentials.zip
69+
- PATH=%PATH%;%cd%\ffmpeg-release-essentials\bin
7070

7171
test_script:
7272
- cd c:\projects\python-ffmpeg-video-streaming
73-
- python -m unittest
73+
- python -m unittest

0 commit comments

Comments
 (0)