Skip to content

Commit

Permalink
CI: Compile in Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Mar 1, 2024
1 parent b94f9bf commit 1136b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dev Release
on: [push, workflow_dispatch]
env:
BUILD_TYPE: RelWithDebInfo
BUILD_TYPE: Release
jobs:
dev-release:
runs-on: windows-latest
Expand Down

0 comments on commit 1136b34

Please sign in to comment.