pyvista / setup-headless-display-action

GitHub Action to setup a headless display on Linux and Windows (not needed on MacOS)
MIT License
19 stars 4 forks source link

MAINT: 24.04 compat #18

Closed larsoner closed 5 months ago

larsoner commented 5 months ago

I just noticed that 24.04 is in public beta and tried to use this action. It failed because libgl1-mesa-glx no longer exists, but fortunately we can just use libglx-mesa0 libgl1 directly on all platforms.

This also updates some cruft and simplifies/unifies things I think.