File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : Setup Visual Studio Development Environment
23
23
uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12
24
+ with :
25
+ winsdk : " 10.0.22621.0" # GitHub runners have 10.0.26100.0 which regresses Swift's ucrt module
24
26
25
27
- name : Install Swift
26
28
uses : compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
44
46
45
47
46
48
- name : Setup Visual Studio Development Environment
47
- uses : compnerd/gha-setup-vsdevenv@main
49
+ uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12
50
+ with :
51
+ winsdk : " 10.0.22621.0" # GitHub runners have 10.0.26100.0 which regresses Swift's ucrt module
48
52
49
53
- name : Install Swift
50
54
uses : compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
You can’t perform that action at this time.
0 commit comments