dummy job to get task working
All checks were successful
Gitea Actions Demo / build (push) Successful in 3s
Gitea Actions Demo / execute (push) Successful in 2s

This commit is contained in:
2026-02-21 23:59:52 -06:00
parent 324b9c290f
commit 35c679745c

View File

@@ -32,6 +32,11 @@ jobs:
image: git.vxbard.net/homeburger/bard-cpp-builder:1.0
needs: build
steps:
- name: dummy
run: |
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
cat /etc/hosts
- name: download
uses: actions/download-artifact@v3
with: