Skip to content

Commit 5edc5fd

Browse files
committed
ci: dtbs: try to fix "operation was canceled"
1 parent fd34515 commit 5edc5fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dtbs_check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55

66
jobs:
7+
8+
79
dt_binding_check:
810
runs-on: ubuntu-latest
911

@@ -73,7 +75,7 @@ jobs:
7375
env:
7476
ARCH: ${{ matrix.arch }}
7577
CROSS_COMPILE: ${{ matrix.cross }}
76-
MAKEFLAGS: -j$(nproc)
78+
MAKEFLAGS: -j2
7779
DTB_FILTER: arch/${{ matrix.arch }}/boot/dts/mediatek/mt7*.dtb
7880

7981
steps:

0 commit comments

Comments
 (0)