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

feat: Add artifact repo configuration #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

frank-lim-partior
Copy link

Add configuration for artifact repository

Right now, the foundry github action always download artifacts from the official github repository. This change will allow users to use a repository of choice - e.g. via jfrog artifactory.

The change consists of the addition of an optional configuration that defaults to https://github.com and should not require any config changes from existing users.

Copy link

@hhjmmmmmmmm hhjmmmmmmmm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clone the repository

git clone https://github.com/foundry-rs/foundry.git
cd foundry

install Forge

cargo install --path ./crates/forge --profile local --force --locked

install Cast

cargo install --path ./crates/cast --profile local --force --locked

install Anvil

cargo install --path ./crates/anvil --profile local --force --locked

install Chisel

cargo install --path ./crates/chisel --profile local --force --locked

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

Successfully merging this pull request may close these issues.

2 participants