Compare commits

...

8 Commits

Author SHA1 Message Date
JCW
dd509768d7 f
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-29 14:22:07 +00:00
JCW
4864859360 f
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-29 13:22:32 +00:00
JCW
049070555c test
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-28 16:59:35 +00:00
JCW
ccfe5a6d8b test
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-28 16:58:31 +00:00
JCW
198da31ce1 test
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-28 16:56:25 +00:00
JCW
7049aef112 test
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-28 16:13:52 +00:00
JCW
6f65fa4c4e test
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-28 15:47:54 +00:00
JCW
d84235e24a Debug
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-28 15:39:20 +00:00
3 changed files with 6 additions and 9 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=40" >> "${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=40" >> "${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=40" >> "${GITHUB_OUTPUT}"
- name: Setup Conan
env: