Skip to content

Commit

Permalink
lmfao
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Aug 31, 2024
1 parent 1b42c35 commit a88c498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
config:
- name: Windows
os: windows-latest
build-config: RelWithDebInfo

- name: macOS
os: macos-latest
Expand All @@ -35,7 +36,7 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
build-config: RelWithDebInfo
build-config: ${{ matrix.config.build-config || 'Release' }}
export-pdb: true
combine: true
target: ${{ matrix.config.target }}
Expand Down

0 comments on commit a88c498

Please sign in to comment.