We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b173c commit 3fc8d5bCopy full SHA for 3fc8d5b
.github/workflows/ci_cd.yml
@@ -107,7 +107,7 @@ jobs:
107
runs-on: ubuntu-latest
108
steps:
109
- name: Install system dependencies
110
- run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 -y
+ run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
111
- name: Restore images cache
112
uses: actions/cache@v4
113
with:
0 commit comments