mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
test change
This commit is contained in:
parent
8067672263
commit
e264af34aa
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue