lfs in action/checkout doesnt work, see https://github.com/actions/checkout/issues/415
This commit is contained in:
parent
8d7de99a40
commit
9ea5f0b5b5
1 changed files with 5 additions and 2 deletions
|
@ -10,8 +10,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
lfs: true
|
- name: LFS checkout
|
||||||
|
run: |
|
||||||
|
git lfs install --local
|
||||||
|
git -c "http.${{ github.server_url }}/storage/lfs/.extraHeader=" lfs pull
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Reference in a new issue