ci: Fix android builds

This commit is contained in:
Vitor Kiguchi
2023-01-11 16:10:52 +02:00
committed by GPUCode
parent 98ab3c9610
commit 10a7b60b12

View File

@ -165,7 +165,10 @@ jobs:
- name: Deps
run: |
sudo apt-get update
sudo apt-get install glslang-tools ccache apksigner -y
sudo apt-get install ccache apksigner -y
sudo add-apt-repository -y ppa:savoury1/ffmpeg4
sudo apt-get update -y
sudo apt-get install --no-install-recommends -y glslang-dev glslang-tools
- name: Build
run: ./.ci/android/build.sh
- name: Copy and sign artifacts