mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-22 04:20:23 +02:00
Use posix archive format
This preserves timestamps with nanoseconds precision and makes the cache usable by tools which rely on it (eg https://www.scala-sbt.org/).
This commit is contained in:
parent
eb78578266
commit
26c99606c4
4 changed files with 12 additions and 8 deletions
|
@ -70,6 +70,7 @@ test("create tar", async () => {
|
|||
expect(execMock).toHaveBeenCalledWith(
|
||||
`"${tarPath}"`,
|
||||
[
|
||||
"--posix",
|
||||
"-cz",
|
||||
"-f",
|
||||
CacheFilename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue