-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tar
issues on Windows and macOS
#24
Comments
The default yarn cache directory on mac is The more robust way of getting the cache directory would be capturing the |
The Windows issue seems to be coming upstream, from @bahmutov's fork/PR here: cypress-io/github-actions-cache#1 . |
Guys I am having similar issues connected to
Anybody can help with this? Or @bahmutov ? |
🎉 This issue has been resolved in version 1.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hey, thanks for making this to simplify the cache config for GitHub Actions!
I'm trying to add this to TSDX to try to speed up our CI in jaredpalmer/tsdx#625, but we run a test matrix including Windows and macOS, and we're getting
tar
usage errors there that make caching not possible on those platforms 😕On Windows, getting:
tar.exe: Option --force-local is not supported
Run link: https://github.com/jaredpalmer/tsdx/pull/625/checks?check_run_id=518042349
On macOS, getting:
tar: could not chdir to '/Users/runner/.cache/yarn'
Run link: https://github.com/jaredpalmer/tsdx/pull/625/checks?check_run_id=518042358
The text was updated successfully, but these errors were encountered: