No description
Find a file
robojerk feeca559cc
All checks were successful
Build libfuse / Build and Test (push) Successful in 1m29s
Fix Forgejo Actions compatibility - remove GitHub Actions upload-artifact
- Replace GitHub Actions upload-artifact@v4 with Forgejo-compatible approach
- Forgejo Actions doesn't have the same action marketplace as GitHub
- Use run step instead of uses step for artifact handling
- Add informative output about artifact availability
- This fixes the 'authentication required: Unauthorized' error

The build process will now complete successfully with Forgejo Actions!
2025-09-07 18:48:52 -07:00
.forgejo/workflows Fix Forgejo Actions compatibility - remove GitHub Actions upload-artifact 2025-09-07 18:48:52 -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.