Skip to content

Commit 05db383

Browse files
authored
VS Nightly 2022 Fix download libs (#7893)
* VS Nightly 2022 Fix download libs * Disabled Emsripten VS nightly until fixed * GitHub Actions disable RPI till fixed
1 parent 61c9323 commit 05db383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/dev/create_package.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ function createPackage {
336336
scripts/msys2/download_libs.sh -a $libs_abi
337337
scripts/emscripten/download_libs.sh -n
338338
elif [ "$pkg_platform" = "vs" ]; then
339-
scripts/dev/download_libs.sh -p vs
340-
scripts/emscripten/download_libs.sh -n
339+
scripts/vs/download_latest_libs.sh
340+
# scripts/emscripten/download_libs.sh -n
341341
elif [ "$pkg_platform" = "android" ]; then
342342
scripts/android/download_libs.sh
343343
elif [ "$pkg_platform" = "ios" ]; then

0 commit comments

Comments
 (0)