Skip to content

Commit 77021d0

Browse files
committed
what do you mean im using 4.3.1
1 parent d37309b commit 77021d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
os: macos-latest
2626
target: iOS
2727

28-
2928
name: ${{ matrix.config.name }}
3029
runs-on: ${{ matrix.config.os }}
3130

@@ -42,11 +41,10 @@ jobs:
4241
uses: geode-sdk/build-geode-mod@main
4342
with:
4443
build-config: 'RelWithDebInfo'
45-
bindings: geode-sdk/bindings
4644
export-pdb: true
47-
bindings-ref: main
4845
combine: true
4946
target: ${{ matrix.config.target }}
47+
sdk: 'given'
5048
#sdk: nightly
5149

5250
package:
@@ -56,8 +54,6 @@ jobs:
5654
steps:
5755
- uses: geode-sdk/build-geode-mod/combine@main
5856
id: build
59-
with:
60-
cli: nightly
6157

6258
- uses: actions/upload-artifact@v4
6359
with:

0 commit comments

Comments
 (0)