clyde
clyde copied to clipboard
Make it possible to run tests for graphical apps on Linux CI runner
Description
Some packages depend on libraries not installed on the Linux runner, making it impossible to add tests for them:
- jless and ncspot depends on libxcb
- tiled depends on fuse
Tasks
- [ ] Make the Linux runner install the required dependencies
- [ ] Add the missing tests