We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54f3f6 commit 172b460Copy full SHA for 172b460
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
swift-version: "5.9"
20
- name: Get swift version
21
- run: swift --version # Swift 5.8
+ run: swift --version
22
- uses: actions/checkout@v4
23
- name: Build
24
run: swift build -v
0 commit comments