chore: Bump mesa-vulkan-drivers version

This commit is contained in:
Mike Welsh 2021-07-21 23:54:05 -07:00
parent 068e06e40f
commit 8a2298bd8f
2 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.3~kisak1~f
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev mesa-vulkan-drivers=21.1.5~kisak1~f
- name: Run tests with image tests
if: ${{ matrix.os.img_tests }}