Skip to content

fix(Library): Load pojavexec at the right time #104

fix(Library): Load pojavexec at the right time

fix(Library): Load pojavexec at the right time #104

Workflow file for this run

name: iOS build
on: [workflow_dispatch, push]
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: set up JDK
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 8
- name: Install dependencies
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install autoconf automake libtool
- name: Build with CI build script
run: |
bash ci_build_ios.bash
- name: Upload modules release output
uses: actions/upload-artifact@v4
with:
name: lwjgl3-ios-modules
path: bin/RELEASE
- name: Upload native build output
uses: actions/upload-artifact@v4
with:
name: lwjgl3-ios-natives
path: bin/out