Skip to content

Commit

Permalink
try install bun in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed Jan 24, 2024
1 parent ce10aaf commit 5cdc61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
build: |-
set -e &&
npm install -g bun &&
bun run build --target x86_64-unknown-linux-gnu &&
strip *.node
name: stable - ${{ matrix.settings.target }} - node@18
Expand Down

0 comments on commit 5cdc61f

Please sign in to comment.