From 353b9317acad1192e66bd4150356dd40d68dabf5 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Fri, 7 Mar 2025 15:06:26 -0500 Subject: [PATCH] Force MSVC 14.29 --- .github/workflows/build-and-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 215de1e..766ba69 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,6 +21,9 @@ jobs: - name: Setup Visual Studio Development Environment uses: compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12 + with: + components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 + toolset_version: 14.29 - name: Install Swift uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12 @@ -45,6 +48,9 @@ jobs: - name: Setup Visual Studio Development Environment uses: compnerd/gha-setup-vsdevenv@main + with: + components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 + toolset_version: 14.29 - name: Install Swift uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12