From 8425ab76f631c69ed11450a73b6ccaa7262319a9 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Sun, 1 Mar 2026 16:46:25 +0200 Subject: [PATCH] build: went with simple lfs init --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 2f76d3e..f9b32a4 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -14,8 +14,8 @@ jobs: #fix for runner not having Git LFS - name: Initialize LFS run: | - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash - apt-get install git-lfs + apt-get update + apt-get install -y git-lfs - name: Checkout code uses: actions/checkout@v4