fix: sudo not intalled on runners

This commit is contained in:
Chance 2025-04-10 22:57:19 -04:00 committed by BitSyndicate
parent b6327ccf66
commit a26fce496e
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
9 changed files with 140 additions and 44 deletions

View file

@ -5,7 +5,7 @@ use native_dialog::{MessageDialog, MessageType};
use parking_lot::Once;
use tracing::error;
static INIT: parking_lot::Once = Once::new();
static INIT: Once = Once::new();
pub fn set_panic_hook() {
INIT.call_once(|| {