Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 21, 2024
1 parent 9137c06 commit a457506
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
name: Android Build
permissions: write-all
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Pulling the new commit
uses: actions/checkout@v2
Expand All @@ -25,7 +25,6 @@ jobs:
# not caching the bin folder to prevent asset duplication and stuff like that
key: cache-build-android
path: |
~/.gradle
.haxelib/
export/release/android/haxe/
export/release/android/obj/
Expand All @@ -46,7 +45,7 @@ jobs:
run: |
haxelib run lime config ANDROID_SDK $ANDROID_HOME
haxelib run lime config ANDROID_NDK_ROOT ${{ steps.setup-ndk.outputs.ndk-path }}
haxelib run lime config JAVA_HOME $JAVA_HOME_17_X64
haxelib run lime config JAVA_HOME $JAVA_HOME_17_arm64
haxelib run lime config ANDROID_SETUP true
- name: Rebuilding lime (android)
run: haxelib run lime rebuild android -release -clean
Expand Down Expand Up @@ -84,7 +83,6 @@ jobs:
# caching again since for some reason it doesnt work with the first post cache shit
key: cache-build-android
path: |
~/.gradle
.haxelib/
export/release/android/haxe/
export/release/android/obj/
Expand Down

0 comments on commit a457506

Please sign in to comment.