os/mac/diagnostic: check min CLT version on env setup

This commit is contained in:
Bo Anderson 2021-08-17 18:36:27 +01:00
parent 7656dddbee
commit 8efce9a9d2
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -70,6 +70,7 @@ module Homebrew
def fatal_setup_build_environment_checks
%w[
check_clt_minimum_version
check_if_supported_sdk_available
].freeze
end