From a66ba27791045aa1a61d438c4e6e1db6edf5ab2a Mon Sep 17 00:00:00 2001 From: digant73 Date: Wed, 16 Oct 2024 14:42:32 +0200 Subject: [PATCH] added missing -p option --- .ci/setup-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/setup-windows.sh b/.ci/setup-windows.sh index 4772b0de18..d20d816998 100755 --- a/.ci/setup-windows.sh +++ b/.ci/setup-windows.sh @@ -68,7 +68,7 @@ download_and_verify() } # Some dependencies install here -[ -d "./build/lib_ext/Release-x64" ] || mkdir "./build/lib_ext/Release-x64" +[ -d "./build/lib_ext/Release-x64" ] || mkdir -p "./build/lib_ext/Release-x64" for url in $DEP_URLS; do # Get the filename from the URL and remove query strings (?arg=something).