actions-marketplace-validations/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`, `rc`, or a specific version like `v1.3.6`. nostable
networkNetwork to install Foundry for. Passed to `foundryup --network <network>`. This can be either `ethereum` or `tempo`. The default value is `ethereum`. 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