build: fix build setup
Some checks are pending
Publish package / build_and_publish (push) Waiting to run
Some checks are pending
Publish package / build_and_publish (push) Waiting to run
This commit is contained in:
parent
b452baa6b9
commit
cad1db78cc
4 changed files with 61 additions and 59 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue