Skip to content

Commit

Permalink
fix appveyor ffmpeg download
Browse files Browse the repository at this point in the history
  • Loading branch information
aminyazdanpanah committed Oct 25, 2020
1 parent e8f27fe commit 7da7e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
COMPOSER_NO_INTERACTION: 1
ANSICON: 121x90 (121x90) # Console colors

ffmpeg_download: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20191004-e6625ca-win64-static.zip
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-10-01-essentials_build.zip

matrix:
- PHP_VERSION: Latest_Version
Expand All @@ -29,8 +29,8 @@ install:
- ps: cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
- ps: Start-FileDownload $env:ffmpeg_download

- 7z x ffmpeg-20191004-e6625ca-win64-static.zip
- PATH=%PATH%;%cd%\ffmpeg-20191004-e6625ca-win64-static\bin
- 7z x ffmpeg-4.3.1-2020-10-01-essentials_build.zip
- PATH=%PATH%;%cd%\ffmpeg-4.3.1-2020-10-01-essentials_build\bin
- cd c:\tools\php
- copy php.ini-production php.ini /Y
- echo date.timezone="UTC" >> php.ini
Expand Down

0 comments on commit 7da7e7a

Please sign in to comment.