We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0107e3 commit 619abf8Copy full SHA for 619abf8
.github/workflows/windows-build-msvc.yml
@@ -61,6 +61,8 @@ jobs:
61
-S ${{ github.workspace }}
62
-B ${{ steps.strings.outputs.build-output-dir }}
63
${{ matrix.config.cmake-arch-args }}
64
+ -DCMAKE_C_COMPILER=${{ matrix.config.cc }}
65
+ -DCMAKE_CXX_COMPILER=${{ matrix.config.cxx }}
66
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
67
-DBUILD_SHARED_LIBS=${{ matrix.shared_libs_enabled }}
68
0 commit comments