mirror of
https://github.com/actions/cache.git
synced 2025-07-12 09:10:44 +00:00
Added tips and workarounds for cross os
This commit is contained in:
parent
c9cbdaf0ee
commit
90d762887d
3 changed files with 23 additions and 2 deletions
|
@ -59,4 +59,7 @@
|
|||
### 3.2.1
|
||||
- Update `@actions/cache` on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. ([issue](https://github.com/actions/cache/issues/984))
|
||||
- Added support for fallback to gzip to restore old caches on windows.
|
||||
- Added logs for cache version in case of a cache miss.
|
||||
- Added logs for cache version in case of a cache miss.
|
||||
|
||||
### 3.2.2
|
||||
- Reverted the changes made in 3.2.1 to use gnu tar and zstd by default on windows.
|
Loading…
Add table
Add a link
Reference in a new issue