-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the caching of the downloaded sdks #2
Comments
We could cache the etag, too – then use a Starting to get a bit complex for a bash script, though... |
Ooo! See https://stackoverflow.com/a/12475760/39827
|
This could mitigate some of the flakiness we are seeing downloading the SDK. |
Someone wants to take a stab at that in a PR? Then we can commit that, and try out the action pinned to that commit in some repo and see if that helps with flakiness? |
This has already been done. The current script uses RUNNER_TOOL_CACHE |
From some investigation, I don't believe this action is using caching. We are writing the downloaded and uncompressed sdk into |
${RUNNER_TOOL_CACHE}/dart/
From the review of #1 by @athomas:
The text was updated successfully, but these errors were encountered: