From 4e3684c8c57f4327f271de983126a90b00fd113e Mon Sep 17 00:00:00 2001 From: bhartnett <51288821+bhartnett@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:05:38 +0800 Subject: [PATCH] Force rebuild CI. --- scripts/build_shared_deps_linux.sh | 1 - scripts/build_shared_deps_osx.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/build_shared_deps_linux.sh b/scripts/build_shared_deps_linux.sh index 4b105ea..9dbc429 100755 --- a/scripts/build_shared_deps_linux.sh +++ b/scripts/build_shared_deps_linux.sh @@ -16,7 +16,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"/.. REPO_DIR="${PWD}" BUILD_DEST="${REPO_DIR}/build/" - git submodule update --init ${REPO_DIR}/vendor/vcpkg/bootstrap-vcpkg.sh -disableMetrics diff --git a/scripts/build_shared_deps_osx.sh b/scripts/build_shared_deps_osx.sh index 6f19c48..654a9eb 100755 --- a/scripts/build_shared_deps_osx.sh +++ b/scripts/build_shared_deps_osx.sh @@ -16,7 +16,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"/.. REPO_DIR="${PWD}" BUILD_DEST="${REPO_DIR}/build/" - git submodule update --init ${REPO_DIR}/vendor/vcpkg/bootstrap-vcpkg.sh -disableMetrics