-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Dependency caching restore super slow on Windows #1647
Labels
Comments
Going to disable it on Windows for now. Leaving this issue open though, so we can remember to turn it back on when GitHub fixes the underlying issue. |
3 tasks
Closing this as it got cleaned up along the way somewhere. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/getsentry/sentry-dotnet/runs/6327391846?check_suite_focus=true
Time to restore dependencies from cache:
With timings visible, it's clearly the
tar
operation that is the culprit:Others appear to be having the same issue. Reported on the thread here: actions/cache#752 (comment)
The text was updated successfully, but these errors were encountered: