fix: remove the version requirement for mesa drivers

This commit is contained in:
Chris Midgley 2021-07-31 08:07:02 +01:00 committed by relrelb
parent 141f886cdd
commit d7da19bffa
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
sudo add-apt-repository ppa:kisak/kisak-mesa -y
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev mesa-vulkan-drivers=21.1.5~kisak1~f
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev mesa-vulkan-drivers
- name: Run tests with image tests
if: ${{ matrix.os.img_tests }}