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 18f485a commit 0436d41
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev python3-pip
pip3 install aqtinstall
- name: Install Qt 6.7.1
run: |
aqt install-qt linux desktop 6.7.1 gcc_64 -m qtbase
echo "export PATH=$GITHUB_WORKSPACE/6.7.1/gcc_64/bin:$PATH" >> $GITHUB_ENV
sudo apt-get install -y build-essential libgl1-mesa-dev qt6-base-dev
- name: Build DXUI-Installer
run: |
Expand Down

0 comments on commit 0436d41

Please sign in to comment.