Skip to content

Commit 5bb862e

Browse files
authored
Fix windows install
1 parent 7161521 commit 5bb862e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
- name: Install Swift
139139
uses: SwiftyLab/setup-swift@latest
140140
with:
141-
swift-version: "6.1.0"
141+
swift-version: "6.1.2"
142+
visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
142143
- name: Version
143144
run: swift --version
144145
- name: Build

0 commit comments

Comments
 (0)