ci: chown .ssh
This commit is contained in:
		
							parent
							
								
									9d8c75bd8f
								
							
						
					
					
						commit
						f3d9c68192
					
				|  | @ -20,7 +20,9 @@ jobs: | ||||||
|             - name: Display Go version |             - name: Display Go version | ||||||
|               run: go version |               run: go version | ||||||
|             - name: Prepare |             - 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 |             - name: Build | ||||||
|               run: make build |               run: make build | ||||||
|             - name: Test |             - name: Test | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user