Skip to content

Commit 176514d

Browse files
fixes appveyor
1 parent f3f6f1e commit 176514d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ install:
3333
- ps: appveyor-retry cinst --no-progress --params '""/InstallDir:c:\tools\php""' -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:PHP_VERSION | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
3434
- ps: Start-FileDownload $env:ffmpeg_download
3535

36-
- 7z x ffmpeg-20190225-f948082-win64-static.zip
37-
- PATH=%PATH%;%cd%\ffmpeg-20190225-f948082-win64-static\bin
36+
- 7z x ffmpeg-20190725-923d5c4-win64-static.zip
37+
- PATH=%PATH%;%cd%\ffmpeg-20190725-923d5c4-win64-static\bin
3838
- cd c:\tools\php
3939
- copy php.ini-production php.ini /Y
4040
- echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)