No description
Find a file
robojerk 8b23c2ee7b
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m26s
Fix duplicate cd command causing directory not found error
- 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.
2025-09-07 17:03:04 -07:00
.forgejo/workflows Fix duplicate cd command causing directory not found error 2025-09-07 17:03:04 -07:00
README.md first commit 2025-09-07 15:38:31 -07:00

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.