fix: sudo not intalled on runners

This commit is contained in:
Chance 2025-04-10 22:57:19 -04:00
parent 1bf9865062
commit f702cd91e0
9 changed files with 140 additions and 44 deletions

View file

@ -5,6 +5,7 @@ members = ["engine","subcrates/zen_core"]
[workspace.dependencies]
parking_lot = "0.12.3"
zen_core = { path = "./subcrates/zen_core" }
[profile.release]
lto = true