Skip to content

Commit da2ddb0

Browse files
hjmjohnsonjcfr
andcommitted
ci(build.yml): Generate wrapper on macOS for both release and debug
Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
1 parent dfeadb6 commit da2ddb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ jobs:
270270
make -j $(nproc)
271271
272272
- name: Generate Wrappers
273-
if: ${{ contains(matrix.configuration, 'release') }}
274273
run: |
275274
cd generator
276275
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
@@ -298,7 +297,6 @@ jobs:
298297
make check TESTARGS="-platform offscreen"
299298
300299
- name: Upload Wrappers
301-
if: ${{ contains(matrix.configuration, 'release') }}
302300
uses: actions/upload-artifact@v4
303301
with:
304302
name: wrappers_macos${{ steps.versions.outputs.MACOS_VERSION_SHORT }}_qt${{ steps.versions.outputs.QT_VERSION_SHORT }}

0 commit comments

Comments
 (0)