Skip to content

Commit

Permalink
install tools in order listed in config file when --jobs=1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2024
1 parent 9e786e8 commit b2e81cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toolset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ impl Toolset {
let settings = Settings::try_get()?;
let queue: Vec<_> = versions
.into_iter()
.rev()
.group_by(|v| v.forge.clone())
.into_iter()
.map(|(fa, v)| (forge::get(&fa), v.collect_vec()))
Expand Down

0 comments on commit b2e81cb

Please sign in to comment.