We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef36466 commit 205d39fCopy full SHA for 205d39f
1 file changed
.github/workflows/ci.yml
@@ -45,8 +45,8 @@ jobs:
45
cmake --version
46
ls
47
cd target
48
- echo ./cppgen --new CppProject --test --cmake -v
49
- ./cppgen --new CppProject --test --cmake -v
+ echo ./cppgen CppProject --test --cmake -v
+ ./cppgen CppProject --test --cmake -v
50
if: runner.os != 'Windows'
51
52
- name: Run binary file Windows
@@ -56,8 +56,8 @@ jobs:
56
57
58
59
- echo ./cppgen.exe --new CppProject --test -v
60
- ./cppgen.exe --new CppProject --test -v
+ echo ./cppgen.exe CppProject --test -v
+ ./cppgen.exe CppProject --test -v
61
if: runner.os == 'Windows'
62
63
- name: Set C++/C compiler on macOS
0 commit comments