Skip to content

Commit 15523a6

Browse files
committed
windows
1 parent a8bdb9c commit 15523a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,11 @@ jobs:
132132
- name: Install Swift
133133
uses: SwiftyLab/setup-swift@latest
134134
with:
135-
swift-version: "6.1.2"
136-
visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
135+
check-latest: true
136+
development: true
137+
swift-version: "6.1"
138+
visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
139+
137140
- name: Version
138141
run: swift --version
139142
- name: Build

0 commit comments

Comments
 (0)