test ci#2
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
jasinco 2025-11-20 22:06:35 +08:00
parent 3264ecf522
commit 1e8d00a466

View file

@ -3,8 +3,8 @@ when:
branch: master
steps:
- name: build
image: golang:1.25-alpine3.22
image: golang
commands:
- echo "Prepare Env"
- apk update && apk add gcc
- go build ./ -o wgcl
# - apk update && apk add gcc
# - go build ./ -o wgcl