Skip to content

Commit

Permalink
peepeepoopoo
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx authored Nov 15, 2024
1 parent af6cd1b commit 59ce2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: nightly # [vscode] comment this out to use stable Geode SDK version
build-config: RelWithDebInfo # [vscode] comment this out (and the line below!) to Release mode
export-pdb: true # [vscode] comment this out (and the line above!) to Release mode
# bindings: RayDeeUx/bindings # comment this out to use geode-sdk/bindings
# bindings-ref: i-hate-cc-lightning # comment this out to use default branch
# sdk: nightly # [vscode] comment this out to use stable Geode SDK version
combine: true
target: ${{ matrix.config.target }}

Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"geode": "4.0.0-alpha.1",
"geode": "4.0.0-beta.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
Expand Down

0 comments on commit 59ce2c7

Please sign in to comment.