Skip to content

Commit

Permalink
chore(docker): install foundry from git
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent d5e509c commit 96541fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pre-build = [
"curl -L https://foundry.paradigm.xyz | bash",
". /root/.bashrc",
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal",
". /root/.bashrc",
"source '$HOME/.cargo/env'",
"foundryup -b master"
"cargo install --git https://github.com/foundry-rs/foundry --profile local --locked forge"
]

0 comments on commit 96541fb

Please sign in to comment.