AppImage the long way (#45)

fixed sdl and opengl i think

Reviewed-on: #45
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-20 22:09:44 +00:00 committed by crueter
parent 922d678abd
commit 1f091191f2
3 changed files with 38 additions and 33 deletions

View file

@ -166,7 +166,7 @@ jobs:
- name: Build
run: |
./.ci/linux.sh v3 4
./.ci/linux.sh v3 8
- name: Package AppImage
run: |
@ -201,11 +201,6 @@ jobs:
fi
echo $GIT_TAG_NAME
- name: Deps
run: |
sudo apt-get update -y
sudo apt-get install ccache glslang-dev glslang-tools apksigner -y
- name: Build
run: JAVA_HOME=$JAVA_HOME_21_X64 ./.ci/android.sh