Skip to content

Commit cd3fd7c

Browse files
authored
Update multi-platform.yml
Oops forgot to do this
1 parent 76ab89f commit cd3fd7c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/multi-platform.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- name: macOS
1919
os: macos-latest
2020

21+
- name: iOS
22+
os: macos-latest
23+
target: iOS
24+
2125
- name: Android32
2226
os: ubuntu-latest
2327
target: Android32
@@ -35,8 +39,6 @@ jobs:
3539
- name: Build the mod
3640
uses: geode-sdk/build-geode-mod@main
3741
with:
38-
bindings: geode-sdk/bindings
39-
bindings-ref: main
4042
combine: true
4143
target: ${{ matrix.config.target }}
4244

0 commit comments

Comments
 (0)