We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f88486 commit b5664c1Copy full SHA for b5664c1
.github/workflows/windows-ci.yml
@@ -61,7 +61,7 @@ jobs:
61
ADD_BUILD_ARGS+=( --build=x86_64-w64-mingw32 --tests main --enable-relocatable )
62
ADD_BUILD_ARGS+=( --verbosity 2 )
63
[[ ${{ matrix.debug }} == "true" ]] && ADD_BUILD_ARGS+=( --enable-debug )
64
- [[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc )
+ [[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc=MD )
65
./coinbrew/coinbrew fetch ${{ github.event.repository.name }} --skip-update "${ADD_ARGS[@]}"
66
./coinbrew/coinbrew build ${{ github.event.repository.name }} ${{ env.host_flag }} \
67
"${ADD_ARGS[@]}" "${ADD_BUILD_ARGS[@]}"
0 commit comments