Skip to content

Commit

Permalink
Update pyside6.yml - added Install EGL mesa step
Browse files Browse the repository at this point in the history
  • Loading branch information
zoshua authored Apr 5, 2024
1 parent 7ca0224 commit af8af75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ 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: Pip install .
run: |
python3.10 -m pip install .
Expand Down

0 comments on commit af8af75

Please sign in to comment.