-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Bun Action Fails Due to Request Timeout #82
Comments
Same here |
Looking into this now. |
I'm getting the same error. I've posted the above issue on Bun's official discord. |
It seems that Fly.io is having an incident in their Bucharest region, which is also where this redirecting app is currently hosted. Looking into migrating to a different region. Workaround to try: - name: Setup Bun
uses: oven-sh/setup-bun@1
with:
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip" The |
@Jarred-Sumner The alternative you provided doesn't seem to be working yet. |
Looks like Line 65 in 8f24390
|
Warnings occurred, but @Jarred-Sumner 's measures enabled him to deploy the system successfully. Setup Bun
Post Setup Bun
https://github.com/azishio/seismic-response-web/actions/runs/9337673936 (By the way, the inclusion of my project's commits in this history was an unintended behaviour. |
Thx bro! this is work!
|
However, the warnings seem to say that the |
@azishio I have just released an update which adds the |
Understood. I would like to close the issue as I believe our problem has now been resolved. |
Ah, the method provided by @Jarred-Sumner solved the problem, but it may fail if you don't override the URL. I shouldn't have closed the Issue until a series of issues had been reported. Apologies. Reopen this Issue until those issues are reported. |
My last workflow just worked. I think flyio resolved their issues |
Workaround
(Edited by @Jarred-Sumner)
The
bun-download-url
input lets you override the download URL to use and skip the redirect / version resolution.Description
I'm using
oven-sh/setup-bun@v1
in my GitHub Actions workflow to deploy a Next.js site to GitHub Pages. This action used to work without issues, but today I encountered repeated request timeouts when trying to download Bun.Console Output
Here is the relevant part of the console output:
Workflow File
Below is the workflow file I'm using:
(This text has been translated from Japanese by ChatGPT and DeepL)
The text was updated successfully, but these errors were encountered: