build: went with simple lfs init
This commit is contained in:
parent
6a1c485b6b
commit
8425ab76f6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue