Skip to content

Commit

Permalink
Merge branch 'donotuseruntimedlls'
Browse files Browse the repository at this point in the history
  • Loading branch information
PrototypeTrousers committed Apr 1, 2023
2 parents bb4d162 + 4dcfc23 commit 7214749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7214749

Please sign in to comment.