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 f53d82d commit c1ff33aCopy full SHA for c1ff33a
.github/workflows/swift.yml
@@ -1,7 +1,4 @@
1
-# This workflow will build a Swift project
2
-# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3
-
4
-name: Swift
+name: Build Package for all Platforms
5
6
on:
7
push:
@@ -26,6 +23,12 @@ jobs:
26
23
steps:
27
24
- name: Checkout Repository
28
25
uses: actions/checkout@v4
+
+ - name: Install Swift 6
+ run: |
29
+ brew install swift
30
+ swift --version
31
32
- name: Build Swift Package
33
run: |
34
swift build --triple ${{ matrix.triple }}
0 commit comments