Skip to content

Commit

Permalink
chore(release): set path before foundryup command
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 23, 2023
1 parent 526d0ac commit 14c1b68
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 = [
"apt-get update && apt-get install --assume-yes --no-install-recommends llvm-dev libclang-6.0-dev clang-6.0",
"curl -L https://foundry.paradigm.xyz | bash",
"foundryup"
'export PATH="/root/.foundry/bin:${PATH}"',
"foundryup"
]

0 comments on commit 14c1b68

Please sign in to comment.