Skip to content

Commit

Permalink
Preinstall toolchains from examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 30, 2024
1 parent c81bf49 commit 43c7d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/src/bin/preinstall-toolchains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::{
};

fn main() -> Result<()> {
let toolchains = collect_toolchains(&["cargo-dylint", "internal"])?;
let toolchains = collect_toolchains(&["cargo-dylint", "examples", "internal"])?;

println!("{:#?}", &toolchains);

Expand Down

0 comments on commit 43c7d4b

Please sign in to comment.