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

Skip to content

Commit 140cbdf

Browse files
committed
Update win_cmake_build.yml
1 parent cb6ef78 commit 140cbdf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/win_cmake_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
cmake --build --list-presets
5151
cmake --build --preset=${{env.BUILD_MSVC_PRESET}} --config Release --parallel 2
5252
53+
- name: Bootstrap through CMake
54+
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
55+
run: |
56+
cmake --build . --config Release --target run_buildcc_lib_bootstrap_win_msvc --parallel 2
57+
5358
- name: Install
5459
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
5560
run: |

0 commit comments

Comments
 (0)