Skip to content

Commit

Permalink
Use swift-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Nov 10, 2024
1 parent fce8b80 commit 338b3c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Swift
uses: fwal/setup-swift@v2
- uses: swift-actions/[email protected]
with:
swift-version: "6.0"
swift-version: "6.0.2"
- name: Build
run: swift build -v
- name: Run tests
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Swift
uses: fwal/setup-swift@v2
- uses: swift-actions/[email protected]
with:
swift-version: "6.0"
swift-version: "6.0.2"
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 338b3c1

Please sign in to comment.