Private
Public Access
1
0
Files
linux_patch_manager/.gitea/workflows
Echo f0fe5f5fd1
Some checks failed
CI Pipeline / Clippy Lints (push) Failing after 0s
CI Pipeline / Rust Unit Tests (push) Failing after 0s
CI Pipeline / Rust Format Check (push) Failing after 4s
CI Pipeline / Frontend Lint & Type Check (push) Failing after 0s
CI Pipeline / Security Audit (push) Failing after 1m24s
CI Pipeline / Build .deb & Release (push) Has been skipped
ci: Use conditional sudo for apt-get in all jobs
- Some jobs run as root (no sudo needed), others as echo user (sudo required)
- Added SUDO detection: SUDO=; [ 0 -ne 0 ] && SUDO=sudo
- Fixed remaining unfixed apt-get call in build-and-release job
2026-04-24 15:25:33 +00:00
..