diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 10616c6..feb2197 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -20,7 +20,9 @@ jobs: - name: Display Go version run: go version - name: Prepare - run: go env -w GOPROXY=https://goproxy.cn,direct + run: | + go env -w GOPROXY=https://goproxy.cn,direct + chown -R root:root .ssh - name: Build run: make build - name: Test