Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2026-01-28 15:39:20 +00:00
parent 92046785d1
commit d84235e24a
4 changed files with 41 additions and 28 deletions

View File

@@ -36,10 +36,9 @@ jobs:
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Get number of processors
uses: XRPLF/actions/get-nproc@2ece4ec6ab7de266859a6f053571425b2bd684b6
id: nproc
with:
subtract: ${{ env.NPROC_SUBTRACT }}
run: |
echo "nproc=10" >> "${GITHUB_OUTPUT}"
- name: Check configuration
run: |

View File

@@ -119,10 +119,9 @@ jobs:
uses: ./.github/actions/print-env
- name: Get number of processors
uses: XRPLF/actions/get-nproc@2ece4ec6ab7de266859a6f053571425b2bd684b6
id: nproc
with:
subtract: ${{ inputs.nproc_subtract }}
run: |
echo "nproc=10" >> "${GITHUB_OUTPUT}"
- name: Setup Conan
env:

View File

@@ -78,10 +78,9 @@ jobs:
uses: ./.github/actions/print-env
- name: Get number of processors
uses: XRPLF/actions/get-nproc@2ece4ec6ab7de266859a6f053571425b2bd684b6
id: nproc
with:
subtract: ${{ env.NPROC_SUBTRACT }}
run: |
echo "nproc=10" >> "${GITHUB_OUTPUT}"
- name: Setup Conan
env: