foundry-rs/foundry-toolchain

Install Foundry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionFoundry version to install. Passed to `foundryup --install <version>`. This version number has to match a released version of Foundry. The default value is `stable`, which will pull the latest stable build. Other options include `nightly` or a specific version like `v1.3.6`. nostable
network**Deprecated.** Tempo is now part of main Foundry; this input will be removed in a future release. Network to install Foundry for. Passed to `foundryup --network <network>`. noethereum
cacheWhether to cache Foundry data or not. Caching is activated by default. notrue
cache-keyA custom cache key to use. This key is used to identify the cache. If not provided, a default key consisting of the job id and the commit hash is used. no${{ github.job }}-${{ github.sha }}
cache-restore-keysCustom cache restore keys to use. This key is used to identify the cache to restore. If not provided, a default key consisting of the job id is used. no${{ github.job }}-

no outputs