Android: Fix icon background again

This commit is contained in:
wheremyfoodat 2024-11-03 14:30:13 +02:00
parent 9638ba0be4
commit b5bd89b66d
3 changed files with 2 additions and 3 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 libglx-mesa0 mesa-common-dev libfuse2
run: sudo apt-get update && sudo apt install libx11-dev libgl1 libglx-mesa0 mesa-common-dev libfuse2 libwayland-dev
- name: Install newer Clang
run: |