build: moved to ubuntu image that has all gh tools

This commit is contained in:
Simeon Radivoev 2026-03-01 17:00:08 +02:00
parent 8425ab76f6
commit cc41744916
Signed by: simeonradivoev
GPG key ID: C16C2132A7660C8E

View file

@ -9,14 +9,8 @@ jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: node:20 image: ghcr.io/catthehacker/ubuntu:gh-22.04
steps: steps:
#fix for runner not having Git LFS
- name: Initialize LFS
run: |
apt-get update
apt-get install -y git-lfs
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: