ci: Fix android builds
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -165,7 +165,10 @@ jobs:
|
|||||||
- name: Deps
|
- name: Deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: Build
|
||||||
run: ./.ci/android/build.sh
|
run: ./.ci/android/build.sh
|
||||||
- name: Copy and sign artifacts
|
- name: Copy and sign artifacts
|
||||||
|
Reference in New Issue
Block a user