Skip to content

Commit

Permalink
Update before installing EGL on Linux tests
Browse files Browse the repository at this point in the history
This is necessary for EGL to be installed correctly, and for the
tests to then run...

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Feb 4, 2025
1 parent 81d649b commit 7bca87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Install EGL on Linux (PySide6 needs it)
if: ${{ matrix.config.name == 'Linux' }}
run: sudo apt-get install -y libegl1-mesa-dev
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev

- name: Set environment variable to work around setuptools/numpy issue
run: echo 'SETUPTOOLS_USE_DISTUTILS=stdlib' >> $GITHUB_ENV
Expand Down

0 comments on commit 7bca87c

Please sign in to comment.