We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bae870 commit 353b931Copy full SHA for 353b931
.github/workflows/build-and-test.yml
@@ -21,6 +21,9 @@ jobs:
21
22
- name: Setup Visual Studio Development Environment
23
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
27
28
- name: Install Swift
29
uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
@@ -45,6 +48,9 @@ jobs:
45
48
46
49
47
50
uses: compnerd/gha-setup-vsdevenv@main
51
52
53
54
55
56
0 commit comments