Skip to content

Commit

Permalink
alright whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 21, 2024
1 parent 59998fe commit e09da42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
build:
name: Android Build
permissions: write-all
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Pulling the new commit
uses: actions/checkout@v2
- name: Setup Haxe
uses: krdlab/setup-haxe@master
uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.5
haxe-version: 4.2.5
- name: Install Android NDK
uses: nttld/setup-ndk@v1
id: setup-ndk
Expand Down Expand Up @@ -45,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_arm64
haxelib run lime config JAVA_HOME $JAVA_HOME_17_X64
haxelib run lime config ANDROID_SETUP true
- name: Rebuilding lime (android)
run: haxelib run lime rebuild android -release -clean
Expand Down

0 comments on commit e09da42

Please sign in to comment.