Skip to content

Commit 3fc8d5b

Browse files
fix: Linux deps
1 parent 37b173c commit 3fc8d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Install system dependencies
110-
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 -y
110+
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
111111
- name: Restore images cache
112112
uses: actions/cache@v4
113113
with:

0 commit comments

Comments
 (0)