Skip to content

Commit 1d7ac86

Browse files
committed
update github actions
1 parent aea697d commit 1d7ac86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: cmake -S . -B build -G "Visual Studio 17 2022"
2626

2727
- name: Build with MSVC
28-
run: cmake --build build --config MinSizeRel
28+
run: cmake --build build --config Release --target ALL_BUILD -j 14 --

0 commit comments

Comments
 (0)