fix: sudo not intalled on runners
This commit is contained in:
parent
b6327ccf66
commit
a26fce496e
9 changed files with 140 additions and 44 deletions
|
@ -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(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue