Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Update mobile-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Aug 5, 2024
1 parent 98594ed commit af3b767
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ jobs:
- name: Checkout
uses: actions/checkout@main

- name: Setup Java JDK
uses: actions/setup-java@main
with:
distribution: 'temurin'
java-version: '17'

- name: Setup Haxe
uses: krdlab/setup-haxe@v1.2.0
with:
Expand All @@ -27,7 +21,7 @@ jobs:
run: |
haxelib run lime config ANDROID_SDK $ANDROID_HOME
haxelib run lime config ANDROID_NDK_ROOT $ANDROID_NDK_LATEST_HOME
haxelib run lime config JAVA_HOME $JAVA_HOME
haxelib run lime config JAVA_HOME $JAVA_HOME_17_X64
haxelib run lime config ANDROID_SETUP true
- name: Compile
Expand Down

0 comments on commit af3b767

Please sign in to comment.