ソースを参照

change how graphviz installed on appveyor (#272)

Margaret Nolan 7 年 前
コミット
8596cd1e23
No account linked to committer's email address
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      appveyor.yml

+ 1
- 1
appveyor.yml ファイルの表示

@@ -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