yaml stynytrax
Some checks failed
Gitea Actions Demo / execute (push) Has been cancelled
Gitea Actions Demo / build (push) Has been cancelled

This commit is contained in:
2026-02-22 12:26:34 -06:00
parent eff1bcf43c
commit ff0420153a

View File

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