Skip to content

Commit 4bc7a1f

Browse files
authored
Resolve windows CI issues (#941)
Do not use `-u` flag when fetching go-acc
1 parent 1f85ebd commit 4bc7a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Get Build Tools
8585
run: |
86-
GO111MODULE=on go get -u github.com/ory/go-acc
86+
GO111MODULE=on go get github.com/ory/go-acc
8787
shell: msys2 {0}
8888

8989
- name: Add $GOPATH/bin to $PATH

0 commit comments

Comments
 (0)