Skip to content

Commit b5664c1

Browse files
committed
Fix windows-ci for stable to build MSVC with dynamically linked runtime (MD)
1 parent 3f88486 commit b5664c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ADD_BUILD_ARGS+=( --build=x86_64-w64-mingw32 --tests main --enable-relocatable )
6262
ADD_BUILD_ARGS+=( --verbosity 2 )
6363
[[ ${{ matrix.debug }} == "true" ]] && ADD_BUILD_ARGS+=( --enable-debug )
64-
[[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc )
64+
[[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc=MD )
6565
./coinbrew/coinbrew fetch ${{ github.event.repository.name }} --skip-update "${ADD_ARGS[@]}"
6666
./coinbrew/coinbrew build ${{ github.event.repository.name }} ${{ env.host_flag }} \
6767
"${ADD_ARGS[@]}" "${ADD_BUILD_ARGS[@]}"

0 commit comments

Comments
 (0)