Explorar el Código

Re-fix building of XAP keymaps on master/develop (#25892)

Joel Challis hace 7 meses
padre
commit
dba60e2e65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci_build_major_branch_keymap.yml

+ 1 - 1
.github/workflows/ci_build_major_branch_keymap.yml

@@ -106,7 +106,7 @@ jobs:
         run: |
           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)
-          if [[ -z ${targets} ]]; then
+          if [ -z "${targets}" ]; then
             echo "Zero build targets detected"
             exit 0
           fi