diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81fc91d..288b787 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \