cberner / fuser

Filesystem in Userspace (FUSE) for Rust
MIT License
836 stars 114 forks source link

Remove caching of the target for now #120

Closed ianoc closed 3 years ago

ianoc commented 3 years ago

It seems this is a common/known issue thats being worked on to do with github actions/cache on macOS

https://github.com/actions-rs/cargo/issues/111

Causing some flakiness it looks like, similar to those bug reports. For some reason serde crate seems to be the issue for a lot of people curiously enough given reports of a tar issue.