foundry-rs / foundry-toolchain

GitHub action to install Foundry
Apache License 2.0
225 stars 92 forks source link

Figure out versioning story #1

Closed onbjerg closed 2 years ago

onbjerg commented 2 years ago

Currently this action will assume that releases are a thing, which they are not currently. It also assumes things about the structure of release artifacts.

It would be nice if we could also support

Possible inspirations: https://github.com/actions-rs/toolchain and https://github.com/actions-rs/core

onbjerg commented 2 years ago

So nightly is going to be supported because it is a special release in the main Foundry repository. Gonna hold off on supporting forks for now - I think the speed at which new features are shipped is fast enough to leave that to forgeup whereas ideally your CI environment would be more stable