Skip to content

Commit

Permalink
Merge pull request #2814 from SasView/fix_ubuntu_latest
Browse files Browse the repository at this point in the history
As agreed at today's call we will merge this. Thanks for the note @klytje -- I think that was the consensus that if it could easily be re-implemented should it get accidentally overwritten.  So here goes the merge.
  • Loading branch information
butlerpd authored Mar 12, 2024
2 parents b991271 + 612c5db commit 6890482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Install X11 libraries (Linux)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: |
sudo apt-get update
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils xvfb libegl-dev
- name: Install Python dependencies
Expand Down Expand Up @@ -398,6 +399,7 @@ jobs:
- name: Install X11 libraries (Linux)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: |
sudo apt-get update
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils xvfb
- name: Try running the installation (Linux)
Expand Down

0 comments on commit 6890482

Please sign in to comment.