appveyor: uppercase the C drive in go path

Fixes #11758
pull/11774/head
Daniel Lee 7 years ago
parent cc74f6c6a0
commit 7e2fb5e92e
  1. 2
      appveyor.yml

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

Loading…
Cancel
Save