Skip to content

Commit

Permalink
fix: fix not building due to missing bun install
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Oct 23, 2024
1 parent 02942fc commit 413fe1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Build Artifacts
uses: oven-sh/setup-bun@v2

- run: bun install
- run: bun build --minify --compile --target=bun-windows-x64 ./index.ts --outfile build/parsek-cli-win-x64.exe
- run: bun build --minify --compile --target=bun-linux-x64 ./index.ts --outfile build/parsek-cli-linux-x64
- run: bun build --minify --compile --target=bun-linux-arm64 ./index.ts --outfile build/parsek-cli-linux-arm64
Expand Down

0 comments on commit 413fe1e

Please sign in to comment.