test again
Some checks failed
Gitea Actions Demo / build (push) Failing after 2s
Gitea Actions Demo / execute (push) Has been skipped

This commit is contained in:
2026-02-22 12:26:08 -06:00
parent 3bc440409f
commit eff1bcf43c

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: container-setup
run: echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
run: echo "test
- name: build
run: g++ -o app main.cpp
@@ -31,8 +31,7 @@ jobs:
needs: build
steps:
- name: container-setup
run: echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
run: echo test"
- name: download
uses: actions/download-artifact@v3
with: