We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11721b commit 729d82bCopy full SHA for 729d82b
.github/workflows/Build_OP_x86_64.yml
@@ -120,8 +120,7 @@ jobs:
120
working-directory: ./openwrt
121
run: |
122
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 ${!}
+ make -j"$(nproc)" V=s
125
cp .config bin/
126
127
- name: Upload artifact
0 commit comments