Resolve windows CI issues (#941)

Do not use `-u` flag when fetching go-acc
This commit is contained in:
hackerman 2021-10-25 17:05:01 +02:00 committed by GitHub
parent 1f85ebd7c4
commit 4bc7a1fc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
- name: Get Build Tools
run: |
GO111MODULE=on go get -u github.com/ory/go-acc
GO111MODULE=on go get github.com/ory/go-acc
shell: msys2 {0}
- name: Add $GOPATH/bin to $PATH