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 45d866b commit b40099e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
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"
"curl -L https://foundry.paradigm.xyz | bash",
"foundryup"
]

0 comments on commit b40099e

Please sign in to comment.