diff options
| author | Joel Challis <git@zvecr.com> | 2025-12-21 04:07:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-21 15:07:40 +1100 |
| commit | dba60e2e65d10eb4135d671b4c0e4c376d43afba (patch) | |
| tree | 9526610fd3fdef8721ee9f03274d78753540aac7 /.github | |
| parent | c68281b3532e00c1f3be38c550affc64fd4386a9 (diff) | |
Re-fix building of XAP keymaps on master/develop (#25892)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci_build_major_branch_keymap.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 17fdd6f96a..57593b1a1b 100644 --- a/.github/workflows/ci_build_major_branch_keymap.yml +++ b/.github/workflows/ci_build_major_branch_keymap.yml | |||
| @@ -106,7 +106,7 @@ jobs: | |||
| 106 | run: | | 106 | run: | |
| 107 | export NCPUS=$(( $(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null) -1 )) | 107 | export NCPUS=$(( $(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null) -1 )) |
| 108 | targets=$(jq -r '.["${{ matrix.target }}"].targets' targets.json | tr ' ' '\n' | sort) | 108 | targets=$(jq -r '.["${{ matrix.target }}"].targets' targets.json | tr ' ' '\n' | sort) |
| 109 | if [[ -z ${targets} ]]; then | 109 | if [ -z "${targets}" ]; then |
| 110 | echo "Zero build targets detected" | 110 | echo "Zero build targets detected" |
| 111 | exit 0 | 111 | exit 0 |
| 112 | fi | 112 | fi |
