Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alimyuz authored Oct 26, 2023
1 parent 1485e45 commit 4a854d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: [macos-latest]

steps:
- name: Use latest Swift
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v1
- name: Get swift version
run: swift --version
- uses: actions/checkout@v3
- name: Build
run: swift build -v
Expand Down

0 comments on commit 4a854d3

Please sign in to comment.