Skip to content

Commit

Permalink
maybe fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Jun 27, 2024
1 parent 884efe5 commit 307250a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
with:
node-version: 18

- name Install bun
uses: oven-sh/setup-bun@v1

- name: Check out source code
uses: actions/checkout@v4
uses: oven-sh/setup-bun@v1

- name: Build
run: cd frontend && bun install && bun run build
Expand Down

0 comments on commit 307250a

Please sign in to comment.