remove unnecessary commands
All checks were successful
Gitea Actions Demo / build (push) Successful in 3s
Gitea Actions Demo / execute (push) Successful in 1s

This commit is contained in:
2026-02-22 00:59:37 -06:00
parent e993f546be
commit 03d8da316f

View File

@@ -16,7 +16,6 @@ jobs:
run: | run: |
echo "building..." echo "building..."
echo "10.145.164.106 git.vxbard.net" >> /etc/hosts echo "10.145.164.106 git.vxbard.net" >> /etc/hosts
curl git.vxbard.net || true
g++ -o app main.cpp g++ -o app main.cpp
- name: upload - name: upload