Skip to content

Commit aba32e4

Browse files
fix: Sys deps
1 parent 42a3459 commit aba32e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
needs: [ smoke-tests ]
106106
runs-on: ubuntu-latest
107107
steps:
108+
- name: Install system dependencies
109+
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
108110
- name: Restore images cache
109111
uses: actions/cache@v4
110112
with:

0 commit comments

Comments
 (0)