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

Skip to content

Commit a4a8751

Browse files
committed
Update linux_gcc_cmake_build.yml
1 parent 3b4fed8 commit a4a8751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_gcc_cmake_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- name: Hybrid Single Example
223223
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
224224
run: |
225-
cmake --build . --target run_hybrid_simple_example --config Release
225+
cmake --build . --target run_hybrid_single_example --config Release
226226
227227
- name: Hybrid Simple Example
228228
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}

0 commit comments

Comments
 (0)