Skip to content

Commit

Permalink
Remove SPM scheme for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
p4checo committed Apr 24, 2024
1 parent 897ea0a commit 9ea7317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ jobs:
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
# remove SPM scheme because Carthage builds all shared schemes...
rm ".swiftpm/xcode/xcshareddata/xcschemes/Alicerce (SPM).xcscheme"
./script/carthage.sh build \
--cache-builds \
--no-skip-current \
Expand Down

0 comments on commit 9ea7317

Please sign in to comment.