From 8b55bdce2662cafaa562689b78a48d696ddcaa5e Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 21 Jan 2023 11:02:58 +0100 Subject: [PATCH] catching --- apps/remix-ide/ci/remixd_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/ci/remixd_test.sh b/apps/remix-ide/ci/remixd_test.sh index 109267a8e3..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 +curl -L https://foundry.paradigm.xyz | bash || true # export /home/circleci/.foundry/bin to PATH export PATH=$PATH:/home/circleci/.foundry/bin foundryup