We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bdb9c commit 15523a6Copy full SHA for 15523a6
.github/workflows/build.yml
@@ -132,8 +132,11 @@ jobs:
132
- name: Install Swift
133
uses: SwiftyLab/setup-swift@latest
134
with:
135
- swift-version: "6.1.2"
136
- visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
+ check-latest: true
+ development: true
137
+ swift-version: "6.1"
138
+ visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
139
+
140
- name: Version
141
run: swift --version
142
- name: Build
0 commit comments