diff --git a/entrypoint.sh b/entrypoint.sh index 9bb1c89..68b21fe 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -69,7 +69,7 @@ fi # Should be mostly redundant as we use the disable cache flag. SPM_CACHE="~/Library/Caches/org.swift.swiftpm/" -rm -rf "$CACHE_PATH" +rm -rf "$SPM_CACHE" # Resolve Dependencies echo "::group::xcodebuild resolve dependencies"