mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
update android sdl2 to 2.30.8
This commit is contained in:
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: libsdl-org/SDL
|
||||
ref: release-2.28.5
|
||||
ref: release-2.30.8
|
||||
path: 'SDL'
|
||||
|
||||
- name: Build SDL
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
sudo apt-get -y install ninja-build
|
||||
cd SDL
|
||||
./build-scripts/android-prefab.sh
|
||||
mvn install:install-file -Dfile=build-android-prefab/prefab-2.28.5/SDL2-2.28.5.aar -DpomFile=build-android-prefab/prefab-2.28.5/SDL2-2.28.5.pom
|
||||
mvn install:install-file -Dfile=build-android-prefab/prefab-2.30.8/SDL2-2.30.8.aar -DpomFile=build-android-prefab/prefab-2.30.8/SDL2-2.30.8.pom
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user