finally fix workflow i hope

This commit is contained in:
Chance 2025-01-11 15:28:01 -05:00 committed by lily
parent 3b17e2b362
commit 9e06487bb0
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
8 changed files with 113 additions and 126 deletions

View file

@ -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),
}