Skip to content

Commit

Permalink
Update to libegl-mesa0
Browse files Browse the repository at this point in the history
Needed for Ubuntu 24.
See linebender/xilem#825
  • Loading branch information
DJMcNab committed Jan 15, 2025
1 parent 382e5d8 commit b369039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
sudo apt-get update -y -qq
sudo add-apt-repository ppa:kisak/turtle -y
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
sudo apt install -y xvfb libegl-mesa0 libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
- name: install cargo-nextest
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit b369039

Please sign in to comment.