build: went with simple lfs init

This commit is contained in:
Simeon Radivoev 2026-03-01 16:46:25 +02:00
parent 6a1c485b6b
commit 8425ab76f6
Signed by: simeonradivoev
GPG key ID: C16C2132A7660C8E

View file

@ -14,8 +14,8 @@ jobs:
#fix for runner not having Git LFS #fix for runner not having Git LFS
- name: Initialize LFS - name: Initialize LFS
run: | run: |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash apt-get update
apt-get install git-lfs apt-get install -y git-lfs
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4