1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00
This commit is contained in:
Lars Melchior 2020-04-14 13:56:29 +02:00
parent bdbdd7700d
commit 0c250561a8

View file

@ -14,7 +14,7 @@ jobs:
run: cmake -Hstandalone -Bbuild
- name: build
run: cmake --build build/standalone
run: cmake --build build
- name: run
run: ./build/standalone/Greeter
run: ./build/Greeter