feat(ci): with sccache

This commit is contained in:
2023-02-18 16:57:35 +01:00
parent 98781f2496
commit f42da8416a
2 changed files with 43 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ pub mod cli;
mod cli_generate;
fn main() -> eyre::Result<()> {
//
color_eyre::install().unwrap();
let args = std::env::args();