更新 .gitea/workflows/main.yaml
CI / Build (push) Has been cancelled
Details
CI / Build (push) Has been cancelled
Details
This commit is contained in:
parent
d1c4d52efa
commit
f05d0362b5
|
@ -11,16 +11,9 @@ jobs:
|
|||
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
apk add nodejs
|
||||
- uses: actions/checkout@v4
|
||||
# - uses: http://pms.docker:5678/actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: 18
|
||||
# - name: Print PATH
|
||||
# run: |
|
||||
# echo $PATH
|
||||
# node -v
|
||||
# - uses: actions/setup-go@v5
|
||||
# with:
|
||||
# go-version: 1.22
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22
|
||||
- name: echo hello world
|
||||
run: |
|
||||
echo "I love you"
|
||||
|
|
Loading…
Reference in New Issue