From 1b6eb9211687dab0a5788176daa048f98252c449 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Tue, 3 Sep 2024 09:25:09 -0500 Subject: [PATCH] Update ci-macos.yml --- .github/workflows/ci-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 6f1237e04..0e4a90bd9 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -51,8 +51,8 @@ jobs: run: | git init git remote add origin $REPO_ADDRESS + git -c protocol.version=2 fetch --depth 1 origin $BRANCH_NAME git reset --hard FETCH_HEAD - git -c protocol.version=2 fetch --depth 1 origin $BRANCH_NAME git -c submodule."third_party/torch-mlir".update=none -c submodule."third_party/stablehlo".update=none -c submodule."src/runtime_src/core/common/aiebu".update=none submodule update --init --recursive --depth 1 --single-branch -j 10 ls -lh