Skip to content

Commit

Permalink
Depend on libegl-mesa0 instead of libegl1-mesa (#825)
Browse files Browse the repository at this point in the history
`libegl1-mesa` seems to have been an old name, which is no longer
accurate, and is not published for Ubuntu 24.

I don't know where this was publicised, but hopefully this change fixes
CI?
  • Loading branch information
DJMcNab authored Jan 15, 2025
1 parent 4cf3653 commit 83cb00d
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 @@ -272,7 +272,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 83cb00d

Please sign in to comment.