Browse Source

appveyor: uppercase the C drive in go path

Fixes #11758
Daniel Lee 7 năm trước cách đây
mục cha
commit
7e2fb5e92e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -6,7 +6,7 @@ clone_folder: c:\gopath\src\github.com\grafana\grafana
 
 
 environment:
 environment:
   nodejs_version: "6"
   nodejs_version: "6"
-  GOPATH: c:\gopath
+  GOPATH: C:\gopath
   GOVERSION: 1.10
   GOVERSION: 1.10
 
 
 install:
 install: