From 6729c5d251210ce568d1ffe23ab55bb8ff7a0ecb Mon Sep 17 00:00:00 2001 From: YellowCat98 <150300904+YellowCat98@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:32:57 +0100 Subject: [PATCH] add my fork of bindings --- .github/workflows/multi-platform.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index 87aa716..68ad511 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -15,10 +15,9 @@ jobs: - name: Windows os: windows-latest - # - name: iOS # what kind of person makes an ios version of their mod but not macos (me) - # os: macos-latest - # target: iOS + # os: macos-latest + # target: iOS # removed ios until its supported for 2.206 - name: Android32 @@ -35,6 +34,12 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Clone geode-bindings repository + run: | + git clone https://github.com/YellowCat98/geode-bindings.git + echo "GEODE_BINDINGS_REPO_PATH=$(pwd)/geode-bindings" >> $GITHUB_ENV + shell: bash + - name: Build the mod uses: geode-sdk/build-geode-mod@main with: