test
Some checks failed
Compile / Compile (push) Failing after 1s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2026-01-06 18:35:14 +02:00
parent a6cd50396c
commit 4e54b0b26d

View File

@@ -6,5 +6,7 @@ jobs:
Compile:
runs-on: ubuntu-latest
steps:
- run: "g++ -std=c++23 main.cpp -o program"
- run: "./program"
- run: echo $(pwd)
- run: ls $(pwd)
- run: g++ -std=c++23 main.cpp -o program
- run: ./program