Skip to content

Commit

Permalink
e - Try again with Carthage in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid authored Jul 31, 2023
1 parent 39fb13b commit f99a7c0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ jobs:
- name: Build
run: cd Source; swift build -v

# buildCarthage:
# needs: [ build, test ]
# name: Build Carthage
# runs-on: macos-13
# steps:
# - uses: actions/checkout@v3
# - name: Show current version of Xcode
# run: xcodebuild -version
# - name: Show current version of Carthage
# run: carthage version
# - name: Build
# run: carthage build --configuration Release --no-skip-current --use-xcframeworks
buildCarthage:
needs: [ build, test ]
name: Build Carthage
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Show current version of Xcode
run: xcodebuild -version
- name: Show current version of Carthage
run: carthage version
- name: Build
run: carthage build --configuration Release --no-skip-current --use-xcframeworks

podspec:
needs: [ build, test ]
Expand All @@ -91,7 +91,7 @@ jobs:
run: pod spec lint --quick

auto-merge:
needs: [ buildSwiftPackage, podspec ]
needs: [ buildSwiftPackage, buildCarthage, podspec ]
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down

0 comments on commit f99a7c0

Please sign in to comment.