Skip to content

Commit

Permalink
Set fetch-depth 0 (#2009)
Browse files Browse the repository at this point in the history
This is to potentially workaround the index.lock issue in git when we checkout new depth 1 submodules of recently updated mhlo.
  • Loading branch information
powderluv authored Apr 6, 2023
1 parent 5337944 commit 6cab740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: 0

- uses: ./.github/actions/setup-build
with:
cache-suffix: 'release'
Expand Down

0 comments on commit 6cab740

Please sign in to comment.