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 b74a41c commit 45d866b
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
@@ -1,6 +1,6 @@
[build]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libssl-dev:$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 45d866b

Please sign in to comment.