Skip to content

Commit a065cb3

Browse files
committed
Add -o option to unzip
1 parent 525715c commit a065cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pre_build_script_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
fi
1919

2020
curl -Lo TensorRT.zip ${TRT_DOWNLOAD_LINK}
21-
unzip TensorRT.zip -d C:/
21+
unzip -o TensorRT.zip -d C:/
2222

2323
export CUDA_HOME="$(echo ${CUDA_PATH} | sed -e 's#\\#\/#g')"
2424

0 commit comments

Comments
 (0)