Skip to content

Commit

Permalink
Set strap env once again
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Oct 15, 2024
1 parent 0f83322 commit 7aa29dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mstrap/steps/dependencies_step.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module MStrap
def bootstrap
install_mise if runtime_managers.any? { |rm| rm.name == "mise" }
install_rustup if runtime_managers.any? { |rm| rm.name == "rustup" }
set_strap_env!
strap_sh
load_profile!
brew_bundle
Expand Down

0 comments on commit 7aa29dc

Please sign in to comment.