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