Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Dec 11, 2024
1 parent c720f24 commit c3a72ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
BUILD_LOG=y \
IGNORE_ERRORS="$IGNORE_ERRORS" \
CONFIG_AUTOREMOVE=y \
V=s \
V="$V" \
-j$NPROC
done
endgroup
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
PACKAGES: ${{ env.PACKAGES }}
INDEX: 1
KEY_BUILD: ${{ env.USIGN_KEY }}
V: s
#V: s

- name: Upload error logs
if: ${{ failure() && steps.build_packags.conclusion == 'failure' }}
Expand Down

0 comments on commit c3a72ab

Please sign in to comment.