Skip to content

Commit 8ad4b5e

Browse files
committed
fix(CI): Use another action template
Replaced fwal/setup-swift@v1 with Didstopia/SwiftAction@v1.0.3
1 parent 5a58850 commit 8ad4b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: macos-latest
1212

1313
steps:
14-
- uses: fwal/setup-swift@v1
14+
- uses: Didstopia/SwiftAction@v1.0.3
1515
with:
16-
swift-version: "5.3"
16+
swift-action: 'build'
1717

1818
- uses: actions/checkout@v2
1919

0 commit comments

Comments
 (0)