Skip to content

Commit 205d39f

Browse files
committed
Fix CI
1 parent ef36466 commit 205d39f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
cmake --version
4646
ls
4747
cd target
48-
echo ./cppgen --new CppProject --test --cmake -v
49-
./cppgen --new CppProject --test --cmake -v
48+
echo ./cppgen CppProject --test --cmake -v
49+
./cppgen CppProject --test --cmake -v
5050
if: runner.os != 'Windows'
5151

5252
- name: Run binary file Windows
@@ -56,8 +56,8 @@ jobs:
5656
cmake --version
5757
ls
5858
cd target
59-
echo ./cppgen.exe --new CppProject --test -v
60-
./cppgen.exe --new CppProject --test -v
59+
echo ./cppgen.exe CppProject --test -v
60+
./cppgen.exe CppProject --test -v
6161
if: runner.os == 'Windows'
6262

6363
- name: Set C++/C compiler on macOS

0 commit comments

Comments
 (0)