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 3050d7a commit b74a41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,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"
]

0 comments on commit b74a41c

Please sign in to comment.