Skip to content

Commit 5c8ade4

Browse files
committed
aqt install qtcharts
1 parent 78c31c9 commit 5c8ade4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
pip show setuptools
388388
pip install setuptools --upgrade
389389
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
390+
aqt install-qt --outputdir ./build/Qt-install/ ${{ matrix.QT_OS_NAME }} desktop $QT_VERSION ${{ matrix.QT_ARCH }} -m qtwebchannel qtwebengine qtwebview qt5compat qtpositioning qtcharts
391391
fi
392392
393393
echo "$QT_INSTALL_DIR/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)