Skip to content

Commit e919184

Browse files
authored
ci:dtbs:fix missing quote
1 parent 1b55477 commit e919184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dtbs_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
make ${{ matrix.defconfig }} \
7878
2>&1 | tee $LOGDIR/defconfig_${{ matrix.arch }}.log
7979
80-
make dtbs_check DTB_FILES="arch/${ARCH}/boot/dts/mediatek/*.dtb \
80+
make dtbs_check DTB_FILES="arch/${ARCH}/boot/dts/mediatek/*.dtb" \
8181
2>&1 | tee $LOGDIR/dtbs_check_${{ matrix.arch }}.log
8282
8383
- name: Upload logs

0 commit comments

Comments
 (0)