Skip to content

Commit a593235

Browse files
committed
restore graphviz install
1 parent 60ecb04 commit a593235

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ init:
2929

3030

3131
install:
32+
- cinst graphviz
33+
- dot -V
3234
- IF EXIST c:\tools\php (SET PHP=0)
3335
- ps: appveyor-retry cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php_ver_target | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
3436
- cd c:\tools\php

0 commit comments

Comments
 (0)