We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c8899 commit ca6f44fCopy full SHA for ca6f44f
1 file changed
.github/scripts/cache.py
@@ -52,7 +52,7 @@
52
CLEAR_AFTER=f"{CLEAR_AFTER_DAYS}d00h00m00s"
53
TOUCH_AFTER=datetime.timedelta(days=1)
54
55
-GLOBAL_CACHE_BUST = 16
+GLOBAL_CACHE_BUST = 17
56
57
CARGO_CACHE_BUST = 2
58
CARGO_KEY_PREFIX = f"cargo-g{GLOBAL_CACHE_BUST}-l{CARGO_CACHE_BUST}-"
0 commit comments