Skip to content

Commit

Permalink
chore(release): add same config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 23, 2023
1 parent daf53dd commit 4d9363c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[build]
pre-build = [
"apt-get update && apt-get install --assume-yes --no-install-recommends protobuf-compiler llvm-dev libclang-6.0-dev clang-6.0",
"apt-get update && apt-get install --assume-yes --no-install-recommends libclang-dev pkg-config protobuf-compiler nodejs yarn",
"curl -L https://foundry.paradigm.xyz | bash",
'export PATH="/root/.foundry/bin:${PATH}"',
"eval `ssh-agent -s`",
"ssh-add",
"foundryup"
]

0 comments on commit 4d9363c

Please sign in to comment.