Skip to content

Commit

Permalink
Update pyside6.yml - Reverting back to Install EGL Mesa step, adding …
Browse files Browse the repository at this point in the history
…gui libs incrementally
  • Loading branch information
zoshua authored Apr 5, 2024
1 parent 73a6ba4 commit 42395b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install EGL mesa
run: |
sudo apt-get update -y -qq
sudo apt-get install -y -qq libegl1-mesa libegl1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev
- name: Install GUI libs
run: |
sudo apt-get install -y -qq libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
sudo apt-get install -y -qq libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libegl1 libglib2.0-0 l
sudo apt-get install -y -qq ibxkbcommon-x11-0 libdbus-1-3 libpulse0 libxcb-cursor0 libxcb-shape0
sudo apt-get install -y -qq libxcb-cursor0
- name: Pip install .
run: |
Expand Down

0 comments on commit 42395b6

Please sign in to comment.