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 0436d41 commit 5d83d75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev qt6-base-dev
- name: Set Qt environment variables
run: |
echo "export PATH=/usr/lib/qt6/bin:$PATH" >> $GITHUB_ENV
- name: Build DXUI-Installer
run: |
qmake Installer.pro
Expand Down

0 comments on commit 5d83d75

Please sign in to comment.