diff --git a/apps/remix-ide/ci/remixd_test.sh b/apps/remix-ide/ci/remixd_test.sh index 966c12e472..ac44e207ed 100755 --- a/apps/remix-ide/ci/remixd_test.sh +++ b/apps/remix-ide/ci/remixd_test.sh @@ -9,7 +9,7 @@ TEST_EXITCODE=0 echo $SHELL # install foundry -{ curl -L https://foundry.paradigm.xyz | bash } || true +curl -L https://foundry.paradigm.xyz | bash || true # export /home/circleci/.foundry/bin to PATH export PATH=$PATH:/home/circleci/.foundry/bin foundryup