Skip to content

Commit

Permalink
add my fork of bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 authored Jun 13, 2024
1 parent 35b1a2c commit 6729c5d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 6729c5d

Please sign in to comment.