No description
|
All checks were successful
Build libfuse / Build and Test (push) Successful in 1m26s
- Update artifacts step to look for package in correct location - Add debugging to find where package file is actually located - Fix dpkg -I command to use full path to package file - The package is created in /workspace/particle-os/libfuse/fuse-3.10.0/ - But artifacts step was looking in current directory This should fix the 'Package not found!' error in artifacts preparation. |
||
|---|---|---|
| .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.