Skip to content

Commit

Permalink
commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Jul 29, 2024
1 parent bfa287f commit 3b1a1c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.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:
# build-config: RelWithDebInfo # comment this out (and the line below!) to Release mode
# export-pdb: true # comment this (and the line above!) out to Release mode
# bindings: "RayDeeUx/bindings" # comment this out to swap to "geode-sdk/bindings"
# 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" # [vscode] comment this out to swap to "geode-sdk/bindings"
# bindings-ref: "endscreentweaks" # comment this out to use default branch
sdk: nightly use stable Geode SDK version
# sdk: nightly # [vscode] comment this out to use stable Geode SDK version
combine: true
target: ${{ matrix.config.target }}

Expand Down

0 comments on commit 3b1a1c8

Please sign in to comment.