Skip to content

Commit 1168cfa

Browse files
committed
updated pipelines
1 parent 078b593 commit 1168cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Build
7272
run: |
7373
conan install . -of build --build missing
74-
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=".\build\conan_toolchain.cmake"
74+
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=".\build\conan_toolchain.cmake" -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
7575
cmake --build ./build --config Release -j12
7676
- name: Unittests
7777
run: .\build\bin\Release\unittests.exe

0 commit comments

Comments
 (0)