oven-sh / setup-bun

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

Error when running bun install from Github CI #84

Closed blushi closed 3 months ago

blushi commented 4 months ago

Since today, bun install step is failing in my github workflow with the following error (using oven-sh/setup-bun@v1):

  bun install
  shell: /usr/bin/bash -e {0}
bun install v1.1.14 (7c27f3f9)
error: FailedToOpenSocket downloading tarball react-error-overlay@6.0.9
Error: Process completed with exit code 1.
blushi commented 4 months ago

FYI using bun-version: 1.1.13 solves the issue temporarily

xhyrom commented 4 months ago

This looks like issue with bun itself

blushi commented 3 months ago

This looks like issue with bun itself

Indeed. So closing.