Reuse preinstalled .NET 10 SDK in CI
All checks were successful
smoke / smoke (push) Successful in 10s

This commit is contained in:
Vibe Myass
2026-03-16 04:39:20 +00:00
parent 3b523b78df
commit baa5eac3c5
2 changed files with 17 additions and 7 deletions

View File

@@ -71,7 +71,8 @@ The repository includes a Gitea Actions smoke workflow at `.gitea/workflows/smok
- Runner label: `debian-13`
- Job model: root-aware smoke verification
- Workflow actions:
- bootstrap the .NET 10 SDK inside the job
- use a preinstalled .NET 10 SDK when the runner already has one
- otherwise bootstrap a local .NET 10 SDK inside the job
- restore
- build
- always run the non-privileged smoke test lane