build: fix build setup
Some checks are pending
Publish package / build_and_publish (push) Waiting to run

This commit is contained in:
Alexander Navarro 2024-12-19 15:37:04 -03:00
parent b452baa6b9
commit cad1db78cc
4 changed files with 61 additions and 59 deletions

View file

@ -29,6 +29,9 @@ jobs:
id: "setup_bun"
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: "bun install"
- name: Setup Cog
uses: https://github.com/eshepelyuk/cocogitto-diya@v1
with: