ci: Install more apt packages
This commit is contained in:
parent
f93c1d73ce
commit
a42892d203
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
with:
|
||||
python-version: "${{ matrix.python }}"
|
||||
- name: Install apt dependencies
|
||||
run: sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
|
||||
run: sudo apt install libyaml-dev libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
|
||||
- name: Install dependencies
|
||||
run: "bash scripts/dev/ci/install.sh ${{ matrix.testenv }}"
|
||||
- name: "Run ${{ matrix.testenv }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue