Skip to content

Commit 24d163f

Browse files
authored
Merge pull request #52 from apple1417/master
fix devcontainer builds when doing new release
2 parents 8d8beac + 5d83b8a commit 24d163f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
cmake . --preset ${{ matrix.toolchain.preset }} -G Ninja
117117
cmake --build out/build/${{ matrix.toolchain.preset }} --target install
118118
119-
[ ${{ inputs.new-release-tag == '' && 1 || 0 }} -ne 0 ] && \
120-
python prepare_release.py ${{ matrix.toolchain.preset }} --skip-install
119+
[ ${{ inputs.new-release-tag == '' && 1 || 0 }} -ne 0 ] \
120+
&& python prepare_release.py ${{ matrix.toolchain.preset }} --skip-install --no-bl3 --no-wl --unified \
121+
|| true
121122
122123
- name: Upload Artifact
123124
if: inputs.new-release-tag == ''

0 commit comments

Comments
 (0)