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