Skip to content

Commit 42395b6

Browse files
authored
Update pyside6.yml - Reverting back to Install EGL Mesa step, adding gui libs incrementally
1 parent 73a6ba4 commit 42395b6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pyside6.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222

23+
- name: Install EGL mesa
24+
run: |
25+
sudo apt-get update -y -qq
26+
sudo apt-get install -y -qq libegl1-mesa libegl1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev
27+
2328
- name: Install GUI libs
2429
run: |
25-
sudo apt-get install -y -qq libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
26-
sudo apt-get install -y -qq libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libegl1 libglib2.0-0 l
27-
sudo apt-get install -y -qq ibxkbcommon-x11-0 libdbus-1-3 libpulse0 libxcb-cursor0 libxcb-shape0
30+
sudo apt-get install -y -qq libxcb-cursor0
2831
2932
- name: Pip install .
3033
run: |

0 commit comments

Comments
 (0)