Parcourir la source

change how graphviz installed on appveyor (#272)

Margaret Nolan il y a 7 ans
Parent
révision
8596cd1e23
No account linked to committer's email address
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      appveyor.yml

+ 1
- 1
appveyor.yml Voir le fichier

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