Skip to content
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

404 in github actions #11

Closed
marktoda opened this issue Aug 10, 2022 · 8 comments
Closed

404 in github actions #11

marktoda opened this issue Aug 10, 2022 · 8 comments

Comments

@marktoda
Copy link

This action has been working great for me but suddenly (today) getting 404s:

Run foundry-rs/foundry-toolchain@v1
  
Error: Error: Unexpected HTTP response: 404
@hayesgm
Copy link

hayesgm commented Aug 10, 2022

I am also seeing this error from GitHub Actions pulling the toolchain.

@tom2o17
Copy link

tom2o17 commented Aug 10, 2022

Also getting this error.

@marktoda
Copy link
Author

Ah I think the issue is that the plain nightly tag didn't include the release assets yesterday: https://github.com/foundry-rs/foundry/releases/tag/nightly. hopefully fixed with today's release, else maybe this action needs to fetch latest nightly release hash

@onbjerg
Copy link
Member

onbjerg commented Aug 10, 2022

This will be fixed with the next nightly. GitHub decided to stop our release workflow before the final step.

@onbjerg onbjerg closed this as completed Aug 10, 2022
@marktoda
Copy link
Author

ty @onbjerg

@gigamesh
Copy link

Is it possible to just install the latest instead of nightly? I tried this but am still getting the 404. Same result if I remove the with section altogether.

      - name: Install Foundry
        uses: foundry-rs/foundry-toolchain@v1
        with:
          version: latest

@hayesgm
Copy link

hayesgm commented Aug 10, 2022

Could you try pinning to an earlier commit, e.g. two days ago's release?

@gigamesh
Copy link

@hayesgm version: nightly-63ed1099a74fded7c3a7182b5a508bd7d16743d3 did the trick. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants