Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin authored Aug 12, 2023
1 parent 7864f02 commit b8a4f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
ruby-version: '3.1'
- name: Xcode Select
uses: devbotsxyz/xcode-select@v1.1.0
- name: Export SDKROOT
run: export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
shell: bash
- name: Bundle Install
run: bundle install
- name: Swift Build
Expand Down

0 comments on commit b8a4f73

Please sign in to comment.