From 1f13ceee1e40ad742f2f1e913e190f6d3d62366a Mon Sep 17 00:00:00 2001 From: Vasil Pashov Date: Tue, 26 Nov 2024 01:01:19 +0200 Subject: [PATCH] Use older msvc --- .github/workflows/build_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_steps.yml b/.github/workflows/build_steps.yml index a03808f9ace..f1cc5cb8a77 100644 --- a/.github/workflows/build_steps.yml +++ b/.github/workflows/build_steps.yml @@ -136,7 +136,7 @@ jobs: with: cmakeListsTxtPath: ${{github.workspace}}/cpp/CMakeLists.txt configurePreset: ${{env.ARCTIC_CMAKE_PRESET}} - configurePresetAdditionalArgs: "['-DVCPKG_INSTALL_OPTIONS=--clean-after-build']" + configurePresetAdditionalArgs: "['-DVCPKG_INSTALL_OPTIONS=--clean-after-build', '-DCMAKE_CXX_COMPILER=${{CMAKE_CXX_COMPILER}}']" buildPreset: ${{env.ARCTIC_CMAKE_PRESET}} - name: Compile C++ tests