No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 20s
- Move debian-archive-keyring installation to the very beginning - This must happen before any apt-get update to avoid GPG signature errors - Install curl after GPG keys are in place - This fixes the 'repository not signed' error from run #18 The GPG key installation was happening after the first apt-get update, causing the build to fail early. This reorders the commands correctly. |
||
|---|---|---|
| .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.