diff options
author | hackerman <3372410+aeneasr@users.noreply.github.com> | 2021-10-25 17:05:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 00:05:01 +0900 |
commit | 4bc7a1fc15cf30b22d7c2defaf4d562ecb59bb25 (patch) | |
tree | 5fd8b68ed20b79e2053a9c211e0403b7a65ebbec | |
parent | Allow building on OpenBSD (#976) (diff) | |
download | golite-4bc7a1fc15cf30b22d7c2defaf4d562ecb59bb25.tar.gz golite-4bc7a1fc15cf30b22d7c2defaf4d562ecb59bb25.tar.xz |
Resolve windows CI issues (#941)
Do not use `-u` flag when fetching go-acc
-rw-r--r-- | .github/workflows/go.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index c3e90fc..3b6622b 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -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 |