Skip to content

Commit

Permalink
Try setup-swift
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 17, 2025
1 parent 6fedb10 commit 3873781
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: '6.0.3'
- name: Setup Swift Environment
uses: swift-actions/setup-swift@v2
with:
swift-version: 6.0
- name: Build and Test Framework
run: swift test -c release --enable-code-coverage -Xswiftc -enable-testing
- name: Prepare Coverage Reports
Expand Down

0 comments on commit 3873781

Please sign in to comment.