mirror of https://github.com/llvm/torch-mlir
Set fetch-depth 0 (#2009)
This is to potentially workaround the index.lock issue in git when we checkout new depth 1 submodules of recently updated mhlo.pull/2003/head
parent
5337944ddb
commit
6cab740603
|
@ -36,6 +36,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/setup-build
|
||||
with:
|
||||
cache-suffix: 'release'
|
||||
|
|
Loading…
Reference in New Issue