Skip to content

Commit

Permalink
feat(release): install forge in prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 23, 2024
1 parent b40099e commit 4453a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
"curl -L https://foundry.paradigm.xyz | bash",
"foundryup"
"source /root/.bashrc && foundryup"
]

0 comments on commit 4453a9d

Please sign in to comment.