Macchina-CLI / libmacchina

A library providing access to all sorts of system information.
https://crates.io/crates/libmacchina
MIT License
62 stars 20 forks source link

Improve CI workflow #169

Closed FantasyTeddy closed 3 months ago

FantasyTeddy commented 4 months ago

These are the same changes already applied to macchina: Macchina-CLI/macchina#311 & Macchina-CLI/macchina#313

grtcdr commented 4 months ago

Hey there, thank you so much for the pull request. :)

Regarding the job approach, to me it seems inefficient splitting what could remain a simple step into two jobs that duplicate two steps: checking out the repository and initializing the toolchain. In total, this results in three separate checkouts and toolchain installations.

FantasyTeddy commented 4 months ago

Okay, I see your point. I merged the two jobs into one.

grtcdr commented 3 months ago

Thank you @FantasyTeddy!