ci: use gitea actions instead of drone #40

Merged
张泊明518370910136 merged 40 commits from actions into master 2024-09-20 08:03:01 +08:00
Showing only changes of commit f3d9c68192 - Show all commits

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