Skip to content

Commit 05d8577

Browse files
committed
ci: install all depends required
1 parent 5805df2 commit 05d8577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install dependencies
1616
run: |
17-
sudo apt install -y ninja-build python3-pip
17+
sudo apt install -y ninja-build python3-pip gcc pkg-config libwayland-dev libx11-dev libxss-dev libxinerama-dev libxrandr-dev libnotify-dev libdbus-1-dev libwayland-dev libwayland-client0 libwayland-cursor libpango1.0-dev
1818
pip3 install meson
1919
2020
- name: Setup

0 commit comments

Comments
 (0)