We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ab89f commit cd3fd7cCopy full SHA for cd3fd7c
1 file changed
.github/workflows/multi-platform.yml
@@ -18,6 +18,10 @@ jobs:
18
- name: macOS
19
os: macos-latest
20
21
+ - name: iOS
22
+ os: macos-latest
23
+ target: iOS
24
+
25
- name: Android32
26
os: ubuntu-latest
27
target: Android32
@@ -35,8 +39,6 @@ jobs:
35
39
- name: Build the mod
36
40
uses: geode-sdk/build-geode-mod@main
37
41
with:
38
- bindings: geode-sdk/bindings
- bindings-ref: main
42
combine: true
43
target: ${{ matrix.config.target }}
44
0 commit comments