mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-25 23:33:08 +03:00
test for github workflow
This commit is contained in:
parent
0c879f207e
commit
01eff3bc5d
@ -37,7 +37,7 @@ lazy_static! {
|
||||
.to_path_buf()
|
||||
.join(format!("{}", Uuid::new_v4()));
|
||||
pub static ref ZELLIJ_PLUGIN_PERMISSIONS_CACHE: PathBuf =
|
||||
ZELLIJ_CACHE_DIR.join("permissions.kdl");
|
||||
std::env::temp_dir().join("permissions.kdl");
|
||||
}
|
||||
|
||||
pub const FEATURES: &[&str] = &[
|
||||
|
Loading…
Reference in New Issue
Block a user