Skip to content
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

cross OS fails for trivial reason #3

Open
davhdavh opened this issue Aug 17, 2023 · 1 comment
Open

cross OS fails for trivial reason #3

davhdavh opened this issue Aug 17, 2023 · 1 comment

Comments

@davhdavh
Copy link

Cache generated from windows:

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a---           8/16/2023  7:26 PM            206 cache.tzst
-a---           8/16/2023  7:26 PM             15 manifest.txt

Cache generated from linux:

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a---           8/16/2023  7:07 PM            229 cache.tgz
-a---           8/16/2023  7:07 PM             15 manifest.txt
@davhdavh
Copy link
Author

The problem is that windows runner has zstd installed, and linux runner does not.
It should give a warning that the cache folder was found, but incompatible file was found.
Alternatively, add setting to force compression to gzip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant