From cc4174491635fcbf89fcd42b875fe3573109412b Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Sun, 1 Mar 2026 17:00:08 +0200 Subject: [PATCH] build: moved to ubuntu image that has all gh tools --- .forgejo/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index f9b32a4..44379da 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -9,14 +9,8 @@ jobs: build: runs-on: docker container: - image: node:20 + image: ghcr.io/catthehacker/ubuntu:gh-22.04 steps: - #fix for runner not having Git LFS - - name: Initialize LFS - run: | - apt-get update - apt-get install -y git-lfs - - name: Checkout code uses: actions/checkout@v4 with: