ci: Re-enable full nproc for Linux (#7315)

This commit is contained in:
Michael Legleux
2026-05-22 04:30:37 -07:00
committed by GitHub
parent 3547a9335f
commit a37afe13ff

View File

@@ -181,7 +181,7 @@ jobs:
- name: Build the binary
working-directory: ${{ env.BUILD_DIR }}
env:
BUILD_NPROC: ${{ runner.os == 'Linux' && '16' || steps.nproc.outputs.nproc }}
BUILD_NPROC: ${{ steps.nproc.outputs.nproc }}
BUILD_TYPE: ${{ inputs.build_type }}
CMAKE_TARGET: ${{ inputs.cmake_target }}
run: |