File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 28
28
arch : amd64
29
29
30
30
- name : Install Qt ${{matrix.qt-version}}
31
- uses : jurplel/install-qt-action@v3
31
+ uses : jurplel/install-qt-action@v4
32
32
with :
33
33
version : ${{ matrix.qt-version }}
34
34
modules : ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
50
50
echo "QT_VERSION_MAJOR=$QT_VERSION_MAJOR" >> $GITHUB_ENV
51
51
QT_VERSION_SHORT=$(cut -f 1,2 -d . <<< "${{matrix.qt-version}}")
52
52
echo "QT_VERSION_SHORT=$QT_VERSION_SHORT" >> $GITHUB_OUTPUT
53
- QTDIR=$(eval echo "\$Qt${QT_VERSION_MAJOR}_DIR")
54
53
PYTHON_VERSION_FULL=$(python --version 2>&1 | cut -f 2 -d ' ')
55
54
PYTHON_VERSION_SHORT=$(cut -f 1,2 -d . <<< $PYTHON_VERSION_FULL)
56
55
echo "PYTHON_VERSION_SHORT=$PYTHON_VERSION_SHORT" >> $GITHUB_OUTPUT
57
- echo "QTDIR=$QTDIR" >> $GITHUB_ENV
58
- echo "$QTDIR/bin" >> $GITHUB_PATH
59
56
echo "$pythonLocation/bin" >> $GITHUB_PATH
60
57
61
58
- name : Build generator Ubuntu
79
76
shell : bash
80
77
run : |
81
78
cd generator
82
- if [[ ${{ matrix.os }} == 'windows' && ${{ matrix.qt-version }} =~ '5.1' ]]; then export QTDIR=$Qt5_Dir; fi
79
+ QTDIR="$QT_ROOT_DIR" \
83
80
UBSAN_OPTIONS="halt_on_error=1" \
84
81
ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
85
82
./pythonqt_generator
You can’t perform that action at this time.
0 commit comments