Skip to content

Commit

Permalink
revert: build at first the toolchain and then everything else
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabrimus committed Sep 11, 2024
1 parent c09a6c0 commit 600dd14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-vdrsternelec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ jobs:
fi
# build at first the whole toolchain
if ./build.sh -config ${{ inputs.config }} ${EXTRAS} ${ADDONS} ${EXTRA_PARAMETER} -package toolchain; then
# build everything else
#if ./build.sh -config ${{ inputs.config }} ${EXTRAS} ${ADDONS} ${EXTRA_PARAMETER} -package toolchain; then
# # build everything else
if ! ./build.sh -config ${{ inputs.config }} ${EXTRAS} ${ADDONS} ${EXTRA_PARAMETER}; then
BUILD_FAILED="true"
fi
else
BUILD_FAILED="true"
fi
#else
# BUILD_FAILED="true"
#fi
echo "BUILD_FAILED=$BUILD_FAILED" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 600dd14

Please sign in to comment.