You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
51
51
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
@@ -56,10 +56,14 @@ jobs:
56
56
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
57
57
-S ${{ steps.strings.outputs.project-root-dir }}
58
58
59
+
- name: Get number of CPU cores
60
+
uses: SimenB/github-actions-cpu-cores@v2
61
+
id: cpu-cores
62
+
59
63
- name: Build
60
64
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
0 commit comments