No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m26s
- Remove redundant 'cd fuse-3.10.0' command - Fix 'No such file or directory' error from run #11 - Build process now properly navigates to source directory once The workflow was trying to cd into fuse-3.10.0 twice, causing the second attempt to fail since we were already in that directory. |
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
compile and package libfuse
The problem is that the composefs package in the Debian repositories has a dependency on libfuse3-3 (>= 3.10.0) but only libfuse3-4 is available. This is a common issue with package version mismatches.