lfs in action/checkout doesnt work, see https://github.com/actions/checkout/issues/415

This commit is contained in:
Mylloon 2024-08-13 11:34:09 +02:00
parent 8d7de99a40
commit d3b9d40487
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,8 +10,11 @@ jobs:
steps:
- name: Checkout
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
uses: docker/setup-buildx-action@v3