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 1b320fd commit 1e8651dCopy full SHA for 1e8651d
.github/actions/cmake-build-and-test/action.yml
@@ -46,7 +46,7 @@ runs:
46
run: cmake --fresh -S "${{ github.workspace }}" -B "${{ inputs.build-dir }}" -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -DCMAKE_TOOLCHAIN_FILE="${{ inputs.vcpkg-root }}/scripts/buildsystems/vcpkg.cmake" -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} ${{ inputs.config-option }}
47
shell: bash
48
49
- - uses: SimenB/github-actions-cpu-cores@v1
+ - uses: SimenB/github-actions-cpu-cores@v2
50
id: cpu-cores
51
52
- name: Build
0 commit comments