aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-04-05 05:21:53 +0000
committerSaturneric <[email protected]>2023-04-05 05:21:53 +0000
commit2be1c95e84d006a48e6c57fbea5cfc8c3940afe0 (patch)
tree8a8d4902f9b989604ec7da87d4321f58adb157a4
parentfeat: upgrade to qt 6.4.3 (diff)
downloadGpgFrontend-2be1c95e84d006a48e6c57fbea5cfc8c3940afe0.tar.gz
GpgFrontend-2be1c95e84d006a48e6c57fbea5cfc8c3940afe0.zip
fix: solve so lib dependency issues on ubuntu
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2fe5278a..ea65b0ac 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
sudo apt-get -y install gpgsm libxcb-xinerama0 libxcb-icccm4-dev libcups2-dev libdrm-dev libegl1-mesa-dev
sudo apt-get -y install libgcrypt20-dev libnss3-dev libpci-dev libpulse-dev libudev-dev libxtst-dev gyp
sudo apt-get -y install libglu1-mesa-dev libfontconfig1-dev libx11-xcb-dev libicu-dev libxcb-image0
- sudo apt-get -y install libglu1-mesa-dev libfontconfig1-dev libx11-xcb-dev libicu-dev libxcb-*
+ sudo apt-get -y install libglu1-mesa-dev libfontconfig1-dev libx11-xcb-dev libicu-dev libxcb-* libxkbcommon-x11-0
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11
sudo update-alternatives --set gcc "/usr/bin/gcc-11"