Skip to content

Commit

Permalink
e - remove yet more dependencies on setup-xcode action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 8, 2024
1 parent d14942f commit 59aa84f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v4
- name: Set up Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.3'
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
- name: Build
run: cd Source; swift build -v

Expand All @@ -91,9 +89,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v4
- name: Set up Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.3'
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
- name: Show current version of Xcode
run: xcodebuild -version
- name: Show current version of Carthage
Expand Down

0 comments on commit 59aa84f

Please sign in to comment.