mirror of https://github.com/llvm/torch-mlir
Set fetch-depth 0 for CI builds too (#2034)
parent
811f330283
commit
0a3ab07c8f
|
@ -63,6 +63,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fetch PyTorch commit hash
|
||||
if: ${{ matrix.os-arch != 'windows-x86_64' }}
|
||||
|
|
Loading…
Reference in New Issue