Skip to content

Commit

Permalink
Fix build error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird authored Nov 5, 2023
1 parent 59f8731 commit 4efef50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v1
- name: Check Swift Version
run: swift --version
- name: Build
run: swift build -v

0 comments on commit 4efef50

Please sign in to comment.