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 branch: master
steps: steps:
- name: build - name: build
image: golang:1.25-alpine3.22 image: golang
commands: commands:
- echo "Prepare Env" - echo "Prepare Env"
- apk update && apk add gcc # - apk update && apk add gcc
- go build ./ -o wgcl # - go build ./ -o wgcl