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 b8a4f73 commit 370de06
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 @@ -54,11 +54,10 @@ jobs:
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
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: Install Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- name: Bundle Install
run: bundle install
- name: Swift Build
Expand Down

0 comments on commit 370de06

Please sign in to comment.