Skip to content

Commit cfb522b

Browse files
committed
Unset INCLUDE env var
- avoids including system headers
1 parent cb8b1a3 commit cfb522b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ jobs:
323323
run: |
324324
cd generator
325325
set QTDIR=%Qt5_Dir%
326+
set INCLUDE=
326327
pythonqt_generator
327328
328329
- name: Upload Wrappers

.github/workflows/build_latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
shell: bash
8080
run: |
8181
cd generator
82+
unset INCLUDE
8283
if [[ ${{ matrix.os }} == 'windows' && ${{ matrix.qt-version }} =~ '5.1' ]]; then export QTDIR=$Qt5_Dir; fi
8384
UBSAN_OPTIONS="halt_on_error=1" \
8485
ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \

0 commit comments

Comments
 (0)