debug git lfs
This commit is contained in:
parent
2d9fc0d559
commit
32304455ac
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
env:
|
||||
GIT_TRACE: 1
|
||||
GIT_TRANSFER_TRACE: 1
|
||||
GIT_CURL_VERBOSE: 1
|
||||
with:
|
||||
lfs: false
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
Loading…
Reference in a new issue