From 1413b1b4813c5197b4d087e6ea3c5c3013825f6c Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Wed, 11 Nov 2020 10:51:02 +0100 Subject: [PATCH] ci: exports gopath manually --- .github/workflows/website.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 6c98ad64..df73ffa8 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -15,7 +15,6 @@ on: env: GO_VERSION: "1.15" GOPROXY: https://gocenter.io,https://proxy.golang.org,direct - GOPATH: "/go" jobs: test: @@ -28,6 +27,9 @@ jobs: with: go-version: '1.15' - run: cat /etc/issue + - run: whoami + - run: mkdir -p $HOME/go + - run: export GOPATH="$HOME/go" - run: bash scripts/gogetcookie.sh - run: make website-test