Skip to content

Commit 619abf8

Browse files
committed
upd: force specific compilers in CI workflow
1 parent d0107e3 commit 619abf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows-build-msvc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
-S ${{ github.workspace }}
6262
-B ${{ steps.strings.outputs.build-output-dir }}
6363
${{ matrix.config.cmake-arch-args }}
64+
-DCMAKE_C_COMPILER=${{ matrix.config.cc }}
65+
-DCMAKE_CXX_COMPILER=${{ matrix.config.cxx }}
6466
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
6567
-DBUILD_SHARED_LIBS=${{ matrix.shared_libs_enabled }}
6668

0 commit comments

Comments
 (0)