Skip to content

Commit 0009324

Browse files
committed
ci: Simplify generator call & re-enable check verifying wrappers are generated on macOS
1 parent b330ba7 commit 0009324

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,18 +257,16 @@ jobs:
257257
if: ${{ contains(matrix.configuration, 'release') }}
258258
run: |
259259
cd generator
260-
# workaround to allow to find the Qt include dirs for installed standard qt packages
261260
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
262-
QTDIR=-UNDEFINED- ./pythonqt_generator --qt-version=${{ steps.versions.outputs.QT_VERSION_FULL }} --include-paths=$QT_ROOT_DIR/lib
261+
./pythonqt_generator
263262
264263
- name: Upload Wrappers
265264
if: ${{ contains(matrix.configuration, 'release') }}
266265
uses: actions/upload-artifact@v4
267266
with:
268267
name: wrappers_macos${{ steps.versions.outputs.MACOS_VERSION_SHORT }}_qt${{ steps.versions.outputs.QT_VERSION_SHORT }}
269268
path: generated_cpp
270-
# comment in after #276 is fixed
271-
# if-no-files-found: error
269+
if-no-files-found: error
272270

273271
windows:
274272
strategy:

0 commit comments

Comments
 (0)