Skip to content

Commit efaf08a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
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 libpango1.0-dev
1818
pip3 install meson
1919
2020
- name: Setup

0 commit comments

Comments
 (0)