File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 mkdir build
2424 cd build
2525 cmake .. ${{ matrix.cmake_arch }} -G "Visual Studio 17 2022"
26- cmake --build . --config Release
27- cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
26+ cmake --build . --config RelWithDebInfo
27+ cmake --install . --config RelWithDebInfo --prefix ${{ github.workspace }}/artifact/
2828 - name : Build-linux
2929 if : startsWith(matrix.os, 'ubuntu')
3030 run : |
3131 mkdir build
3232 cd build
3333 cmake ..
34- cmake --build . --config Release
35- cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
34+ cmake --build . --config RelWithDebInfo
35+ cmake --install . --config RelWithDebInfo --prefix ${{ github.workspace }}/artifact/
3636 - name : Build-macosx
3737 if : startsWith(matrix.os, 'macos')
3838 run : |
You can’t perform that action at this time.
0 commit comments