Commit 8dcb20b
authored
fix(cd) disable uv cache (#3116)
prior run error'd with:
```
No cache found at: /home/runner/work/_temp/setup-uv-cache
Error: Cache path /home/runner/work/_temp/setup-uv-cache does not exist
on disk. This likely indicates that there are no dependencies to cache.
Consider disabling the cache input if it is not needed.
```
so we are disabling the cache1 parent 59fb484 commit 8dcb20b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments