Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaAslaniYC authored Oct 7, 2024
1 parent f653e9f commit 66acf38
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev qt6-base-dev
sudo apt-get install -y build-essential libgl1-mesa-dev python3-pip
pip3 install aqtinstall
- name: Set Qt environment variables
- name: Install latest Qt
run: |
echo "export PATH=/usr/lib/qt6/bin:$PATH" >> $GITHUB_ENV
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
echo "export PATH=$GITHUB_WORKSPACE/$(ls -d */ | grep qt)/bin:$PATH" >> $GITHUB_ENV
- name: Build DXUI-Installer
run: |
qmake -qt=qt6 Installer.pro
qmake Installer.pro
make
- name: Upload build artifacts
Expand Down

0 comments on commit 66acf38

Please sign in to comment.