pull/5370/head
filip mertens 2 years ago
parent 7c0002621a
commit 1ee1d03422
  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