Browse Source

change how graphviz installed on appveyor (#272)

Margaret Nolan 7 years ago
parent
commit
8596cd1e23
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

1
 clone_folder: c:\go\src\github.com\google\pprof
1
 clone_folder: c:\go\src\github.com\google\pprof
2
 
2
 
3
 install:
3
 install:
4
- - cinst graphviz.portable
4
+ - cinst graphviz
5
 
5
 
6
 before_build:
6
 before_build:
7
  - go get github.com/ianlancetaylor/demangle
7
  - go get github.com/ianlancetaylor/demangle