Skip to content

Commit

Permalink
Simplifying deps for DEB package
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Feb 16, 2025
1 parent 1f509da commit c4410e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: vars
run: |
sudo apt-get -qq update
sudo apt-get -qq install libgl1-mesa-dev libxkbcommon-x11-0 libc6-i386 build-essential libgl1-mesa-dev mesa-common-dev libgles2-mesa-dev libxkbcommon-x11-0 libxcb-icccm4-dev libxcb-xinerama0 libxcb-image0 libxcb-keysyms1 libxcb-* fakeroot
sudo apt-get -qq install libxkbcommon-x11-0 libxcb-icccm4-dev libxcb-xinerama0 libxcb-image0 libxcb-keysyms1 libxcb-* fakeroot
sudo apt install -y qt6-base-dev qt6-tools-dev
sudo pip install git-archive-all
qtchooser -install qt6 $(which qmake6)
Expand Down

0 comments on commit c4410e3

Please sign in to comment.