We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b55477 commit e919184Copy full SHA for e919184
.github/workflows/dtbs_check.yml
@@ -77,7 +77,7 @@ jobs:
77
make ${{ matrix.defconfig }} \
78
2>&1 | tee $LOGDIR/defconfig_${{ matrix.arch }}.log
79
80
- make dtbs_check DTB_FILES="arch/${ARCH}/boot/dts/mediatek/*.dtb \
+ make dtbs_check DTB_FILES="arch/${ARCH}/boot/dts/mediatek/*.dtb" \
81
2>&1 | tee $LOGDIR/dtbs_check_${{ matrix.arch }}.log
82
83
- name: Upload logs
0 commit comments