Skip to content

Commit 7c3ea8d

Browse files
committed
build: Updated ASuiteComps for global hotkey in qt6
1 parent 48377a9 commit 7c3ea8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ jobs:
118118
- name: Install Dependencies (Ubuntu - only QT6)
119119
if: (matrix.config.os == 'ubuntu-latest' || matrix.config.os == 'ubuntu-22.04') && matrix.config.build-widgetset == 'qt6'
120120
run: |
121-
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.2/libqt6pas6_2_2-1_amd64.deb
122-
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.2/libqt6pas-dev_2_2-1_amd64.deb
123-
sudo apt-get -m -y install qt6-base-dev libxcb-keysyms1-dev libgl-dev
124-
sudo dpkg -i libqt6pas6_2_2-1_amd64.deb
125-
sudo dpkg -i libqt6pas-dev_2_2-1_amd64.deb
121+
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.2/libqt6pas6_6.2.2-2_amd64.deb
122+
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.2/libqt6pas6-dev_6.2.2-2_amd64.deb
123+
sudo apt-get -m -y install qt6-base-dev libxcb-keysyms1-dev libgl-dev qt6-base-private-dev
124+
sudo dpkg -i libqt6pas6_6.2.2-2_amd64.deb
125+
sudo dpkg -i libqt6pas6-dev_6.2.2-2_amd64.deb
126126
cd ${{ env.ASUITE_SOURCE }}/3p/AsuiteComps/library/platform/unix/QGHotkeyHookPas
127127
qmake6
128128
make

0 commit comments

Comments
 (0)