Commit d753d89
committed
fix(bazel): take into account
This change now considers also `MODULE.bazel.lock` as part of the cache key.
Also, we which an issue where we had an invalid path in the cache key `\%LocalAppData\%`. These paths are not expanded. See: https://github.com/actions/cache?tab=readme-ov-file#windows-environment-variablesMODULE.bazel.lock for cache invalidation1 parent 72f5a5f commit d753d89
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
0 commit comments