Re-fix building of XAP keymaps on master/develop (#25892)
Some checks failed
CI Build Major Branch / Determine concurrency (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
CI Build Major Branch / Compile keymap default (push) Has been cancelled
CI Build Major Branch / Compile keymap xap (push) Has been cancelled
CI Build Major Branch / Consolidation (push) Has been cancelled

This commit is contained in:
Joel Challis 2025-12-21 04:07:40 +00:00 committed by GitHub
parent c68281b353
commit dba60e2e65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ jobs:
run: | run: |
export NCPUS=$(( $(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null) -1 )) export NCPUS=$(( $(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null) -1 ))
targets=$(jq -r '.["${{ matrix.target }}"].targets' targets.json | tr ' ' '\n' | sort) targets=$(jq -r '.["${{ matrix.target }}"].targets' targets.json | tr ' ' '\n' | sort)
if [[ -z ${targets} ]]; then if [ -z "${targets}" ]; then
echo "Zero build targets detected" echo "Zero build targets detected"
exit 0 exit 0
fi fi