We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c31c9 commit 5c8ade4Copy full SHA for 5c8ade4
.github/workflows/app_build.yml
@@ -387,7 +387,7 @@ jobs:
387
pip show setuptools
388
pip install setuptools --upgrade
389
pip3 install aqtinstall
390
- aqt install-qt --outputdir ./build/Qt-install/ ${{ matrix.QT_OS_NAME }} desktop $QT_VERSION ${{ matrix.QT_ARCH }} -m qtwebchannel qtwebengine qtwebview qt5compat qtpositioning
+ aqt install-qt --outputdir ./build/Qt-install/ ${{ matrix.QT_OS_NAME }} desktop $QT_VERSION ${{ matrix.QT_ARCH }} -m qtwebchannel qtwebengine qtwebview qt5compat qtpositioning qtcharts
391
fi
392
393
echo "$QT_INSTALL_DIR/bin" >> $GITHUB_PATH
0 commit comments