File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments