build: install LFS
Some checks failed
link / Link on Linux (push) Failing after 15s

This commit is contained in:
6arelyFuture 2024-03-02 11:24:17 +01:00
parent e1e903bb1e
commit de80e73c2d

View File

@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Git LFS
run: |
apt-get update
apt-get install git-lfs -y
- name: Check out files - name: Check out files
uses: actions/checkout@main uses: actions/checkout@main
with: with: