Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Jun 5, 2023
1 parent 4c2c5b1 commit 39ec0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Installing sszgen"
go install github.com/ferranbt/fastssz/sszgen@latest

echo "Installing foundry"
(curl -L https://foundry.paradigm.xyz | bash && foundryup)
(curl -L https://foundry.paradigm.xyz | bash && source $HOME/.bashrc && foundryup)

echo "Initialize foundry libraries"
(cd packages/contracts && forge install)
Expand Down

0 comments on commit 39ec0cf

Please sign in to comment.