Skip to content

Commit 483b18f

Browse files
committed
Revert "fix: change default value of build_debug to false in build.yml"
This reverts commit 0068d90.
1 parent 0068d90 commit 483b18f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
build_debug:
1313
description: "Build debug version"
1414
required: false
15-
default: false
15+
default: true
1616
type: boolean
1717
push:
1818
branches:

0 commit comments

Comments
 (0)