mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
fix path
This commit is contained in:
parent
bdbdd7700d
commit
0c250561a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/standalone.yml
vendored
4
.github/workflows/standalone.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run: cmake -Hstandalone -Bbuild
|
run: cmake -Hstandalone -Bbuild
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build build/standalone
|
run: cmake --build build
|
||||||
|
|
||||||
- name: run
|
- name: run
|
||||||
run: ./build/standalone/Greeter
|
run: ./build/Greeter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue