Skip to content

Commit 729d82b

Browse files
authored
Update Build_OP_x86_64.yml
1 parent c11721b commit 729d82b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Build_OP_x86_64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
working-directory: ./openwrt
121121
run: |
122122
echo -e "$(nproc) threads for build."
123-
make -j"$(nproc)" V=s 2>&1 | tee build.log | grep --line-buffered -i -E "error:|failed|cannot|undefined|not found|missing|requires go|dependency|panic" &
124-
wait ${!}
123+
make -j"$(nproc)" V=s
125124
cp .config bin/
126125
127126
- name: Upload artifact

0 commit comments

Comments
 (0)