Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist authored Nov 19, 2024
1 parent b5d71c4 commit b81bd68
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Swift 6.0
uses: fwal/setup-swift@v1
with:
swift-version: '6.0'
- name: Install Swift 6.0
run: |
curl -s https://swift.org/builds/swift-6.0-release/xcode/swift-6.0-RELEASE/swift-6.0-RELEASE-osx.pkg > swift.pkg
sudo installer -pkg swift.pkg -target /
swift --version
- name: Build
run: swift build -v
Expand Down

0 comments on commit b81bd68

Please sign in to comment.