Skip to content

Commit

Permalink
switch to using swift-actions/setup-swift
Browse files Browse the repository at this point in the history
  • Loading branch information
marzvrover committed Sep 6, 2024
1 parent 1f15bb9 commit 2301f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Setup Swift
uses: fwal/[email protected]
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v2
- name: Build
run: swift build -v
- name: Run tests
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup Swift
uses: fwal/[email protected]
- uses: swift-actions/setup-swift@v2
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 2301f35

Please sign in to comment.