Skip to content

Commit

Permalink
Update pyside6.yml - Added Install GUI Libs step, Removed Install EGL…
Browse files Browse the repository at this point in the history
… mesa step
  • Loading branch information
zoshua authored Apr 5, 2024
1 parent af8af75 commit 73a6ba4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install EGL mesa
- name: Install GUI libs
run: |
sudo apt-get update -y -qq
sudo apt-get install -y -qq libegl1-mesa libegl1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev
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
- name: Pip install .
run: |
Expand Down

0 comments on commit 73a6ba4

Please sign in to comment.