Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d22e41

Browse files
committed
Update linux_gcc_cmake_build.yml
1 parent 3cf6495 commit 1d22e41

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/linux_gcc_cmake_build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
run: |
9090
cmake -B build -G "Ninja Multi-Config"
9191
cmake --build build --parallel 2 --config Release
92-
cd build
93-
./build
92+
./build/Release/build
9493
9594
- name: Hybrid Simple Example
9695
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
@@ -213,8 +212,7 @@ jobs:
213212
run: |
214213
cmake -B build -G "Ninja Multi-Config"
215214
cmake --build build --parallel 2 --config Release
216-
cd build
217-
./build
215+
./build/Release/build
218216
219217
- name: Hybrid Simple Example
220218
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}

0 commit comments

Comments
 (0)