diff --git a/.github/workflows/cache_dependencies.yml b/.github/workflows/cache_dependencies.yml index ef4175641..5373bbc87 100644 --- a/.github/workflows/cache_dependencies.yml +++ b/.github/workflows/cache_dependencies.yml @@ -1,6 +1,7 @@ name: Cache Dependencies on: + workflow_dispatch: push: branches: [ main ] diff --git a/scripts/android/build_haven.sh b/scripts/android/build_haven.sh index f745e942e..16cf05039 100755 --- a/scripts/android/build_haven.sh +++ b/scripts/android/build_haven.sh @@ -5,8 +5,8 @@ HAVEN_VERSION=tags/v3.0.7 HAVEN_SRC_DIR=${WORKDIR}/haven git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR} -git checkout ${HAVEN_VERSION} cd $HAVEN_SRC_DIR +git checkout ${HAVEN_VERSION} git submodule init git submodule update