Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
Testing the setup-swift action.
  • Loading branch information
MasterJ93 authored Mar 23, 2024
1 parent 6e35b84 commit 85b7a91
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Swift 5.9.0
run: |
curl -O https://download.swift.org/swift-5.10-release/xcode/swift-5.10-RELEASE/swift-5.10-RELEASE-osx.pkg
sudo installer -pkg swift-5.10-RELEASE-osx.pkg -target /
- uses: swift-actions/setup-swift@v2
- name: Get swift version
run: swift --version # Swift 5.10

- name: Build
run: swift build -v
Expand Down

0 comments on commit 85b7a91

Please sign in to comment.