Skip to content

Commit

Permalink
fix: add uses dependecy for swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Oct 1, 2024
1 parent e28ec52 commit 750c64c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- with:
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6.0"
- name: Build
run: swift build -v
- name: Build Phase
run: swift build -v

0 comments on commit 750c64c

Please sign in to comment.