oven-sh / setup-bun

Set up your GitHub Actions workflow with a specific version of Bun
MIT License
451 stars 37 forks source link

Github Self-Hosted Runners fail with Segmentation fault #61

Closed claughinghouse closed 7 months ago

claughinghouse commented 8 months ago

When running without the node setup the self-hosted runners image throws a Segmentation Fault error 139 when running any bun commands.

To resolve I needed to add the node setup step but it would be ideal if this were not needed.

image

This is the workaround until unzip is added to the install list and the error above is identified.

image
xhyrom commented 7 months ago

Can you try the latest version of setup-bun please?