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
Describe the bug
Windows "Install Dependencies" step is taking minutes.
Expected behavior
Windows CI builds should be able to restore the cache and the "Install Dependencies" step should not install dependencies when cache was successfully restored.
I think the cache with that key for Windows may be just stuck for some reason and it needs to get kicked by manually adding some v-2 string to the key, which will hopefully fix it for future builds.
The text was updated successfully, but these errors were encountered:
Describe the bug
Windows "Install Dependencies" step is taking minutes.
Expected behavior
Windows CI builds should be able to restore the cache and the "Install Dependencies" step should not install dependencies when cache was successfully restored.
I think the cache with that key for Windows may be just stuck for some reason and it needs to get kicked by manually adding some
v-2
string to the key, which will hopefully fix it for future builds.The text was updated successfully, but these errors were encountered: