Skip to content

Commit

Permalink
Unset INCLUDE env var
Browse files Browse the repository at this point in the history
- avoids including system headers
  • Loading branch information
mrbean-bremen committed Dec 12, 2023
1 parent cb8b1a3 commit cfb522b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ jobs:
run: |
cd generator
set QTDIR=%Qt5_Dir%
set INCLUDE=
pythonqt_generator
- name: Upload Wrappers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
shell: bash
run: |
cd generator
unset INCLUDE
if [[ ${{ matrix.os }} == 'windows' && ${{ matrix.qt-version }} =~ '5.1' ]]; then export QTDIR=$Qt5_Dir; fi
UBSAN_OPTIONS="halt_on_error=1" \
ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
Expand Down

0 comments on commit cfb522b

Please sign in to comment.