Skip to content

Commit f8d065d

Browse files
fix: Installable
1 parent 2211c18 commit f8d065d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Install system dependencies
108-
run: sudo apt-get update && sudo apt-get install -y libxcb-xinerama0 libxkbcommon-x11-0
108+
run: apt install libegl1
109+
109110
- name: Restore images cache
110111
uses: actions/cache@v4
111112
with:

0 commit comments

Comments
 (0)