Skip to content

Commit

Permalink
Fix bun hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed May 20, 2023
1 parent 0923b00 commit 787abab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
run: pnpm install

- name: Build frontend
run: pnpm build
run: |
source ~/.bashrc
pnpm build
- name: Build binary (amd64)
run: |
Expand Down

0 comments on commit 787abab

Please sign in to comment.