firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.56k stars 1.45k forks source link

[Vertex AI] Use `actions/cache` in workflow #13687

Closed andrewheard closed 3 hours ago

andrewheard commented 6 hours ago

This resolves a failure that occurs when multiple jobs resolve Package.swift in parallel or in quick successful (the binary downloads fail). This PR uses actions/cache/save and actions/cache/restore to cache the swift package resolve steps where binary artifacts are downloaded. This also re-enables running the matrix platforms for spm-unit in parallel.

no-changelog