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
powderluv 2023-04-06 14:29:59 -07:00 committed by GitHub
parent 5337944ddb
commit 6cab740603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: 0
- uses: ./.github/actions/setup-build
with:
cache-suffix: 'release'