Skip to content

Commit

Permalink
chore(docker): add llvm to installs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent 4525355 commit c117c54
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
Expand Up @@ -3,7 +3,7 @@ pre-build = [
"apt-get -y install apt-transport-https ca-certificates",
"curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -",
"echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list",
"apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn",
"apt-get update && apt-get -y upgrade && apt-get install -y llvm-dev libclang-dev pkg-config protobuf-compiler nodejs yarn",
"curl -L https://foundry.paradigm.xyz | bash",
". /root/.bashrc",
"foundryup"
Expand Down

0 comments on commit c117c54

Please sign in to comment.