mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-21 16:23:56 +08:00
Add support for gzip fallback for restore of old cache on windows
This commit is contained in:
parent
9e9a19bf5f
commit
5a2b5e5714
5 changed files with 66 additions and 21 deletions
|
@ -43,3 +43,6 @@
|
|||
|
||||
### 3.1.0-beta.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))
|
||||
|
||||
### 3.1.0-beta.2
|
||||
- Added support for fallback to gzip to restore old caches on windows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue