mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-03 18:25:00 +00:00
fix: building in ci (#201)
This commit is contained in:
parent
99966d1a6e
commit
7110e00674
@ -1,3 +1,4 @@
|
||||
use std::io::Cursor;
|
||||
use std::{fs::File, io::Read, path::Path};
|
||||
|
||||
use clap::Parser;
|
||||
@ -49,6 +50,8 @@ fn main() -> Result<()> {
|
||||
resources[0].clone(),
|
||||
resources[1].clone(),
|
||||
resources[2].clone(),
|
||||
// TODO: use appropriate tree_config
|
||||
Cursor::new(""),
|
||||
)?);
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user