No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m39s
- Add step to install git, curl, wget, ca-certificates in Debian container - This fixes the 'git: not found' error from run #20 - Debian container needs basic tools installed before checkout step - Install tools before attempting to clone repository The Debian container is minimal and doesn't include git by default, causing the checkout step to fail with 'command not found' error. |
||
|---|---|---|
| .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.