Skip to content

Commit 7c25322

Browse files
committed
fix(ci): replace obselete package
1 parent 68c166d commit 7c25322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
- name: Install system dependencies
2121
run: |
22-
# dont run update, it is slow
22+
# dont run update, it is slow
2323
# sudo apt-get update
2424
sudo apt-get install -y --no-install-recommends \
2525
libxkbcommon-x11-0 \
2626
x11-utils \
2727
libyaml-dev \
28-
libegl1-mesa \
28+
libegl-mesa0 \
2929
libxcb-icccm4 \
3030
libxcb-image0 \
3131
libxcb-keysyms1 \

0 commit comments

Comments
 (0)