forked from nonsensical-dev/zenyx-engine
finally fix workflow i hope
This commit is contained in:
parent
3ccb504e8c
commit
e4d919ad89
8 changed files with 113 additions and 126 deletions
|
@ -1,11 +1,7 @@
|
|||
|
||||
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug,Error)]
|
||||
#[derive(Debug, Error)]
|
||||
enum ZError {
|
||||
#[error(transparent)]
|
||||
Unknown(#[from] anyhow::Error)
|
||||
|
||||
Unknown(#[from] anyhow::Error),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue