pull/3285/head
filip mertens 2 years ago
parent 811dedc883
commit 26a59c9cb4
  1. 2
      apps/remix-ide/ci/remixd_test.sh

@ -8,6 +8,8 @@ TEST_EXITCODE=0
# install foundry
curl -L https://foundry.paradigm.xyz | bash
# export /home/circleci/.foundry/bin to PATH
export PATH=$PATH:/home/circleci/.foundry/bin
foundryup
forge init foundry
ls -la foundry

Loading…
Cancel
Save