1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 07:30:53 +02:00

fix errors in CI workflows

This commit is contained in:
Michael Unknown 2022-04-12 23:09:07 +02:00
parent c858f9dd23
commit d36cb2e388
2 changed files with 2 additions and 2 deletions

View file

@ -32,4 +32,4 @@ jobs:
run: cmake --build build -j4
- name: run
run: ./build/Greeter
run: ./build/GreeterStandalone