Skip to content

Commit

Permalink
chore(docker): use dot
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 25, 2023
1 parent 4b42b0e commit 6d94c06
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 @@ -7,7 +7,7 @@ pre-build = [
"echo 'deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main' | tee /etc/apt/sources.list.d/nodesource.list",
"apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn",
"curl -L https://foundry.paradigm.xyz | bash",
"source /root/.bashrc",
". /root/.bashrc",
"foundryup --version nightly"
# "chmod 755 /usr/bin/protoc",
# "chmod 755 /root/.foundry/bin/forge"
Expand Down

0 comments on commit 6d94c06

Please sign in to comment.