We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeadb6 commit da2ddb0Copy full SHA for da2ddb0
.github/workflows/build.yml
@@ -270,7 +270,6 @@ jobs:
270
make -j $(nproc)
271
272
- name: Generate Wrappers
273
- if: ${{ contains(matrix.configuration, 'release') }}
274
run: |
275
cd generator
276
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:
298
297
make check TESTARGS="-platform offscreen"
299
300
- name: Upload Wrappers
301
302
uses: actions/upload-artifact@v4
303
with:
304
name: wrappers_macos${{ steps.versions.outputs.MACOS_VERSION_SHORT }}_qt${{ steps.versions.outputs.QT_VERSION_SHORT }}
0 commit comments