diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d79ccd523f..f004d919fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v3 - name: Configure shared library - run: cmake -S . -B build-shared -G "Visual Studio 17 2022" -D BUILD_SHARED_LIBS=ON + run: cmake -S . -B build-shared -G "Visual Studio 17 2022" -D BUILD_SHARED_LIBS=ON -D USE_MSVC_RUNTIME_LIBRARY_DLL=OFF - name: Build shared library run: cmake --build build-shared --parallel - name: Check result files