Skip to content

Commit 094191f

Browse files
committed
GitHub: Silence debug logs again
1 parent a86951d commit 094191f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openwrt-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
cd openwrt-builder
9292
. build/envsetup
9393
lunch "${{ matrix.lunch }}"
94-
make -j $(nproc) V=s
94+
make -j $(nproc)
9595
echo "out=$OUT" >> $GITHUB_ENV
9696
cd src/bin/targets
9797
find .

0 commit comments

Comments
 (0)