Skip to content

Commit 353b931

Browse files
Force MSVC 14.29
1 parent 5bae870 commit 353b931

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
- name: Setup Visual Studio Development Environment
2323
uses: compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12
24+
with:
25+
components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64
26+
toolset_version: 14.29
2427

2528
- name: Install Swift
2629
uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
@@ -45,6 +48,9 @@ jobs:
4548

4649
- name: Setup Visual Studio Development Environment
4750
uses: compnerd/gha-setup-vsdevenv@main
51+
with:
52+
components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64
53+
toolset_version: 14.29
4854

4955
- name: Install Swift
5056
uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12

0 commit comments

Comments
 (0)