Skip to content

Commit

Permalink
fix: building in ci (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc authored Aug 9, 2023
1 parent 99966d1 commit 7110e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rln-cli/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use std::io::Cursor;
use std::{fs::File, io::Read, path::Path};

use clap::Parser;
Expand Down Expand Up @@ -49,6 +50,8 @@ fn main() -> Result<()> {
resources[0].clone(),
resources[1].clone(),
resources[2].clone(),
// TODO: use appropriate tree_config
Cursor::new(""),
)?);
Ok(())
}
Expand Down

0 comments on commit 7110e00

Please sign in to comment.