Skip to content

Commit c5f2740

Browse files
committed
workflows: check if THREADCOUNT= doesn't fail so often
1 parent 821c087 commit c5f2740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-vdrsternelec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
df -h
251251
252252
# build all
253-
if ! AUTOREMOVE="yes" ./build.sh -config ${{ inputs.config }} ${EXTRAS} ${ADDONS} ${EXTRA_PARAMETER}; then
253+
if ! THREADCOUNT= AUTOREMOVE="yes" ./build.sh -config ${{ inputs.config }} ${EXTRAS} ${ADDONS} ${EXTRA_PARAMETER}; then
254254
BUILD_FAILED="true"
255255
fi
256256

0 commit comments

Comments
 (0)