You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages are downloaded each time when action runs. It might be good if we cache them. This may speed up e2e time and avoid failure due to unstable network issues.
The text was updated successfully, but these errors were encountered:
actually it wouldnt solve the flaky network issues; its still have to download the cached files from actions/cache servers (which are was s3 buckets iirc).
so the question becomes: which is faster? downloading from s3 with all the overhead of "what run/job is this?" plus auth and such via https://npm.im/@actions/cache OR is it faster to just let typst handle things on its own?
https://github.com/typst/packages?tab=readme-ov-file#downloads
packages are downloaded each time when action runs. It might be good if we cache them. This may speed up e2e time and avoid failure due to unstable network issues.
The text was updated successfully, but these errors were encountered: