Skip to content

Commit

Permalink
Bump dependencies: fixes tar issues on Windows
Browse files Browse the repository at this point in the history
On Windows we keep seeing,

```
  C:\Windows\System32\tar.exe -z -xf D:/a/_temp/c1e43677-dbc5-4f04-808f-3d51fcd75207/cache.tgz -P -C D:/a/esy/esy
  ../.esy/3______________________________________________________________________/i/esy_help2man-7dbd6434/bin/makeinfo: Can't create '\\\\?\\D:\\a\\esy\\esy\\..\\.esy\\3______________________________________________________________________\\i\\esy_help2man-7dbd6434\\bin\\makeinfo'
  ../.esy/3______________________________________________________________________/i/esy_bzip2-a8b41850/lib/libbz2.so.1.0: Can't create '\\\\?\\D:\\a\\esy\\esy\\..\\.esy\\3______________________________________________________________________\\i\\esy_bzip2-a8b41850\\lib\\libbz2.so.1.0'
```

The newer @actions/cache defaults to gnu tar first which doesnt have
trouble untarring the cache
  • Loading branch information
ManasJayanth committed Jul 25, 2024
1 parent ceec873 commit 3780d81
Show file tree
Hide file tree
Showing 3 changed files with 26,615 additions and 64,818 deletions.
Loading

0 comments on commit 3780d81

Please sign in to comment.