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 3b4fed8 commit a4a8751Copy full SHA for a4a8751
.github/workflows/linux_gcc_cmake_build.yml
@@ -222,7 +222,7 @@ jobs:
222
- name: Hybrid Single Example
223
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
224
run: |
225
- cmake --build . --target run_hybrid_simple_example --config Release
+ cmake --build . --target run_hybrid_single_example --config Release
226
227
- name: Hybrid Simple Example
228
0 commit comments