Skip to content

Commit

Permalink
Delete windows.yml
Browse files Browse the repository at this point in the history
```
Run go build -a -o _output/azurediskplugin.exe ./pkg/azurediskplugin
##[error]pkg\azurediskplugin\main.go:30:2: cannot find package "k8s.io/component-base/metrics/legacyregistry" in any of:
	C:\hostedtoolcache\windows\go\1.14.3\x64\src\k8s.io\component-base\metrics\legacyregistry (from $GOROOT)
	C:\Users\runneradmin\go\src\k8s.io\component-base\metrics\legacyregistry (from $GOPATH)
##[error]pkg\azurediskplugin\main.go:31:2: cannot find package "k8s.io/klog" in any of:
	C:\hostedtoolcache\windows\go\1.14.3\x64\src\k8s.io\klog (from $GOROOT)
	C:\Users\runneradmin\go\src\k8s.io\klog (from $GOPATH)
##[error]pkg\azurediskplugin\main.go:28:2: cannot find package "sigs.k8s.io/azuredisk-csi-driver/pkg/azuredisk" in any of:
	C:\hostedtoolcache\windows\go\1.14.3\x64\src\sigs.k8s.io\azuredisk-csi-driver\pkg\azuredisk (from $GOROOT)
	C:\Users\runneradmin\go\src\sigs.k8s.io\azuredisk-csi-driver\pkg\azuredisk (from $GOPATH)
##[error]Process completed with exit code 1.
```
  • Loading branch information
andyzhangx committed Jun 4, 2020
1 parent 93b2eb9 commit 1b1b927
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/windows.yml

This file was deleted.

0 comments on commit 1b1b927

Please sign in to comment.