We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37309b commit 77021d0Copy full SHA for 77021d0
.github/workflows/build.yml
@@ -25,7 +25,6 @@ jobs:
25
os: macos-latest
26
target: iOS
27
28
-
29
name: ${{ matrix.config.name }}
30
runs-on: ${{ matrix.config.os }}
31
@@ -42,11 +41,10 @@ jobs:
42
41
uses: geode-sdk/build-geode-mod@main
43
with:
44
build-config: 'RelWithDebInfo'
45
- bindings: geode-sdk/bindings
46
export-pdb: true
47
- bindings-ref: main
48
combine: true
49
target: ${{ matrix.config.target }}
+ sdk: 'given'
50
#sdk: nightly
51
52
package:
@@ -56,8 +54,6 @@ jobs:
56
54
steps:
57
55
- uses: geode-sdk/build-geode-mod/combine@main
58
id: build
59
- with:
60
- cli: nightly
61
62
- uses: actions/upload-artifact@v4
63
0 commit comments