mirror of https://git.suyu.dev/suyu/suyu
fix android
This commit is contained in:
parent
97fea0cacf
commit
6692edf045
|
@ -3,8 +3,8 @@ variables:
|
|||
|
||||
stages:
|
||||
- format
|
||||
- build
|
||||
- android
|
||||
- build
|
||||
|
||||
clang-format:
|
||||
stage: format
|
||||
|
@ -31,7 +31,7 @@ build-linux:
|
|||
|
||||
android:
|
||||
stage: android
|
||||
image: openjdk:17
|
||||
image: ibmjava:latest
|
||||
script:
|
||||
- apt-get update -y
|
||||
- apt-get install -y ccache apksigner glslang-dev glslang-tools
|
||||
|
|
Loading…
Reference in New Issue