Skip to content

Commit

Permalink
Fix for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wrosenuance committed Sep 2, 2020
1 parent 029641a commit 76b61aa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Expand Up @@ -31,7 +31,15 @@ install:
- go env
- go get -u github.com/golang-sql/civil
- go get -u golang.org/x/crypto/pkcs12
- go get -u github.com/Azure/go-autorest/autorest/adal
# Recent go-autorest changes use post Go 1.8 API
- go get -u -d github.com/Azure/go-autorest/autorest/adal
- set BUILDDIR="%CD%"
- cd "%GOPATH%\src\github.com\Azure\go-autorest"
- git checkout autorest/adal/v0.9.1
- go install ./autorest
- go install ./autorest/adal
- cd "%BUILDDIR%"
#- go get -u github.com/Azure/go-autorest/autorest/adal

build_script:
- go build
Expand Down

0 comments on commit 76b61aa

Please sign in to comment.