Attempt to fix deprecated libglx-mesa0 package

This commit is contained in:
wheremyfoodat 2024-10-13 22:32:42 +03:00
parent 511e05becf
commit 4753c81bc9
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ jobs:
run: git submodule update --init --recursive
- name: Install misc packages
run: sudo apt-get update && sudo apt install libx11-dev libgl1-mesa-glx mesa-common-dev
run: sudo apt-get update && sudo apt install libx11-dev libgl1 libglx-mesa0 mesa-common-dev
- name: Install newer Clang
run: |