File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ function install_libs { # install_libs <ide_path> <sketchdir> [-v]
648648
649649 local libs_type
650650 libs_type=$( yq eval ' .libs | type' " $sketchdir /ci.yml" 2> /dev/null)
651- if [ -z " $libs_type " ] || [ " $libs_type " = " null" ]; then
651+ if [ -z " $libs_type " ] || [ " $libs_type " = " null" ] || [ " $libs_type " = " !!null " ] ; then
652652 [ " $verbose " = true ] && echo " No libs field found in ci.yml, skipping library installation"
653653 return 0
654654 elif [ " $libs_type " != " !!seq" ]; then
Original file line number Diff line number Diff line change 5454 runs-on : ubuntu-latest
5555 outputs :
5656 build-types : ${{ steps.set-matrix.outputs.build-types }}
57- hw-targets : ${{ steps.set-matrix.outputs.hw-targets }}
57+ hw-targets : ${{ steps.set-matrix.outputs.hw_targets }}
5858 qemu-types : ${{ steps.set-matrix.outputs.qemu-types }}
59- qemu-targets : ${{ steps.set-matrix.outputs.qemu-targets }}
59+ qemu-targets : ${{ steps.set-matrix.outputs.qemu_targets }}
6060 env :
6161 IS_PR : ${{ github.event.pull_request.number != null }}
6262 PERFORMANCE_ENABLED : ${{ contains(github.event.pull_request.labels.*.name, 'perf_test') }}
You can’t perform that action at this time.
0 commit comments