Fixes build for butter-config
All checks were successful
ci / build_and_publish (push) Successful in 1m54s

This commit is contained in:
Ana Custura 2026-01-30 11:35:56 +00:00
parent d886eff0c6
commit 96a97e8137

View file

@ -2,12 +2,13 @@ name: ci
on:
push:
branches:
- main
- dev
- butter-config-test
pull_request:
branches:
- main
- dev
- butter-config-test
jobs:
build_and_publish:
runs-on: docker
@ -15,6 +16,9 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
fetch-depth: 0
- uses: actions/setup-node@v4
- run: npm install
- run: sudo apt update && sudo apt install -y tar