hello_foundry

pull/3285/head
filip mertens 2 years ago
parent bac3877716
commit f085b4ae88
  1. 7
      apps/remix-ide/ci/remixd_test.zsh

@ -13,8 +13,11 @@ curl -L https://foundry.paradigm.xyz | bash || true
# export /home/circleci/.foundry/bin to PATH
export PATH=$PATH:/home/circleci/.foundry/bin
foundryup
forge init foundry
ls -la foundry
mkdir foundry
cd foundry
forge init hello_foundry
ls -la hello_foundry
cd ..
# install truffle with yarn
yarn global add truffle

Loading…
Cancel
Save