ci: chown .ssh

This commit is contained in:
张泊明518370910136 2024-09-15 22:51:57 -04:00
parent 9d8c75bd8f
commit f3d9c68192
GPG Key ID: D47306D7062CDA9D

View File

@ -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