Skip to content

Commit 6fb24bf

Browse files
committed
调试relwithDebugInfo
1 parent a8cb521 commit 6fb24bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
mkdir x86
1515
cd x86
1616
cmake ../
17-
cmake --build . --config Debug --target install
17+
cmake --build . --config RelWithDebInfo --target install
1818
1919
- name: Upload x86
2020
uses: actions/[email protected]
@@ -27,7 +27,7 @@ jobs:
2727
mkdir x64
2828
cd x64
2929
cmake ../ -G "Visual Studio 15 2017 Win64"
30-
cmake --build . --config Debug --target install
30+
cmake --build . --config RelWithDebInfo --target install
3131
3232
- name: Upload x64
3333
uses: actions/[email protected]

0 commit comments

Comments
 (0)