Skip to content

Commit

Permalink
Install a bunch of libxcb libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Aug 23, 2020
1 parent e32db8f commit f1c4c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- if: contains( matrix.os, 'ubuntu')
name: Build for Linux
run: |
sudo apt install desktop-file-utils libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0
sudo apt install desktop-file-utils libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxcb-composite0 libxcb-cursor0 libxcb-damage0 libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-ewmh2 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-record0 libxcb-render0 libxcb-res0 libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1
echo "#define RELEASE \"GitHub Actions\"" > release.h
qmake PREFIX=/usr
lrelease QOwnNotes.pro
Expand Down

0 comments on commit f1c4c39

Please sign in to comment.