fix: sudo not intalled on runners

This commit is contained in:
Chance 2025-04-10 22:57:19 -04:00 committed by BitSyndicate
parent 84dd7e44f3
commit 6dc4b937dc
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
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