Add even more dependencies
This commit is contained in:
parent
4fb79c208e
commit
5e2086e1ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libxcb1-dev libgl-dev libxcursor-dev
|
||||
sudo apt-get install -y libgl-dev libxcb1-dev libxcb-icccm4-dev libxcursor-dev libxkbcommon-dev libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue