crowdin/mobile-sdk-ios
View on GitHubCI: add cache for CocoaPods dependencies in the build Workflow
Open
#238 opened on Oct 17, 2023
CI/CDgood first issuehacktoberfest
Repository metrics
- Stars
- (131 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, the build.yml doesn't use any caching for CocoaPods dependencies.
We need to add the caching step to allow reusing these dependencies and reduce the execution time.
Note: the Example and Tests dependencies should be cached separately.