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 cb6ef78 commit 140cbdfCopy full SHA for 140cbdf
.github/workflows/win_cmake_build.yml
@@ -50,6 +50,11 @@ jobs:
50
cmake --build --list-presets
51
cmake --build --preset=${{env.BUILD_MSVC_PRESET}} --config Release --parallel 2
52
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
+
58
- name: Install
59
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
60
run: |
0 commit comments