Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf6495 commit 1d22e41Copy full SHA for 1d22e41
.github/workflows/linux_gcc_cmake_build.yml
@@ -89,8 +89,7 @@ jobs:
89
run: |
90
cmake -B build -G "Ninja Multi-Config"
91
cmake --build build --parallel 2 --config Release
92
- cd build
93
- ./build
+ ./build/Release/build
94
95
- name: Hybrid Simple Example
96
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
@@ -213,8 +212,7 @@ jobs:
213
212
214
215
216
217
218
219
220
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
0 commit comments