atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Potentially fix macOS build fail #83

Closed atlanticaccent closed 3 years ago

atlanticaccent commented 3 years ago

Move cargo-bundle install to before restoring the cargo cache.

Functionally, this is no different from running the install with the --force flag.