Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx authored Nov 14, 2024
1 parent a5395c4 commit 078903d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
# cli: "v3.0.0" # not sure why this is here --raydeeux
# sdk: nightly # [vscode] comment this out to use stable Geode SDK version
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
# bindings: RayDeeUx/bindings # comment this out to use geode-sdk/bindings
# bindings-ref: i-hate-cc-lightning # comment this out to use default branch
combine: true
target: ${{ matrix.config.target }}

Expand Down

0 comments on commit 078903d

Please sign in to comment.