Skip to content

Commit 847478c

Browse files
authored
Only do RelDebug on Windows instead of Release+Debug
1 parent f0f87e1 commit 847478c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
build-type: [Release, Debug]
13+
build-type: [RelDebug]
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)