Skip to content

Commit 41b4e38

Browse files
committed
ci: requires apt update
1 parent e449339 commit 41b4e38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Setup xvfb (Linux)
3030
if: runner.os == 'Linux'
3131
run: |
32+
sudo apt update
3233
sudo apt-get install -y xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 libglib2.0-0 libgl1-mesa-dev
3334
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
3435
# start xvfb in the background

0 commit comments

Comments
 (0)