Skip to content

Commit

Permalink
Update ci-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Sep 3, 2024
1 parent 5a9fad0 commit 1b6eb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b6eb92

Please sign in to comment.