Skip to content

Commit

Permalink
ci: install all depends required
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Nov 9, 2023
1 parent 5805df2 commit 05d8577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt install -y ninja-build python3-pip
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
pip3 install meson
- name: Setup
Expand Down

0 comments on commit 05d8577

Please sign in to comment.