File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,16 @@ jobs:
2222 sudo apt-get install -y build-essential libgl1-mesa-dev python3-pip
2323 pip3 install aqtinstall
2424
25+ - name : Get latest Qt version
26+ id : get_latest_qt
27+ run : |
28+ LATEST_QT_VERSION=$(aqt list-qt linux desktop | tail -n 1)
29+ echo "LATEST_QT_VERSION=$LATEST_QT_VERSION" >> $GITHUB_ENV
30+
2531 - name : Install latest Qt
2632 run : |
27- aqt install $(aqt list-qt linux desktop latest | head -n 1) linux desktop -m qtbase qttools qtdeclarative qtmultimedia qtconnectivity qtquickcontrols2 qtimageformats qtsvg qtserialport qttranslations qtlocation qtwebchannel qtwebengine qtwebsockets qtwebview qt3d qtcharts qtdatavis3d qtvirtualkeyboard qtquick3d qtquicktimeline qtquickcontrols2 qtscxml qtnetworkauth qtremoteobjects qtpositioning qtsensors qtwebview
28- echo "export PATH=$GITHUB_WORKSPACE/$(ls -d */ | grep qt) /bin:$PATH" >> $GITHUB_ENV
33+ aqt install $LATEST_QT_VERSION linux desktop -m qtbase qttools qtdeclarative qtmultimedia qtconnectivity qtquickcontrols2 qtimageformats qtsvg qtserialport qttranslations qtlocation qtwebchannel qtwebengine qtwebsockets qtwebview qt3d qtcharts qtdatavis3d qtvirtualkeyboard qtquick3d qtquicktimeline qtquickcontrols2 qtscxml qtnetworkauth qtremoteobjects qtpositioning qtsensors qtwebview
34+ echo "export PATH=$GITHUB_WORKSPACE/$LATEST_QT_VERSION/gcc_64 /bin:$PATH" >> $GITHUB_ENV
2935
3036 - name : Build DXUI-Installer
3137 run : |
You can’t perform that action at this time.
0 commit comments