test change

This commit is contained in:
Changming Sun 2025-02-05 22:20:43 -08:00
parent 8067672263
commit e264af34aa

View file

@ -2719,7 +2719,8 @@ def main():
args = parse_arguments()
print(args)
if not args.use_vcpkg:
sys.exit(1)
if os.getenv("ORT_BUILD_WITH_CACHE") == "1":
args.use_cache = True