Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Add linux build dependencies for Linux 'test bins' job
Need to fix a compilation error in CI which is resulting from missing X11-related headers. Some of these deps presumably have been removed or changed in the recent "ubuntu-latest means Ubuntu 24.04" change. See this tracking issue about the runner migration for details, maybe: github[dot]com/actions[slash]runner-images/issues/10636 So, adding all of these deps just to be sure our code can compile and be tested successfully in CI. These are the same deps as used above in the main "build" Linux part of the workflow file.
- Loading branch information