Skip to content

Commit

Permalink
oops forgot to fix bindings repo and rmeove andriod and mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed Jul 27, 2024
1 parent 5c334e4 commit 65ff7a5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,11 @@ jobs:
fail-fast: false
matrix:
config:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest

- name: iOS
os: macos-latest
target: iOS

- name: Android32
os: ubuntu-latest
target: Android32

- name: Android64
os: ubuntu-latest
target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}

Expand All @@ -40,7 +27,7 @@ jobs:
#uses: geode-sdk/build-geode-mod@main
uses: geode-catgirls/build-geode-mod@main
with:
bindings: YellowCat98/bindings
bindings: YellowCat98/geode-bindings
bindings-ref: main
combine: true
target: ${{ matrix.config.target }}
Expand Down

0 comments on commit 65ff7a5

Please sign in to comment.