From 6a592512a0b613a05ced461e2f3f8a6fff052786 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 21 Jan 2023 11:04:13 +0100 Subject: [PATCH] wrap --- 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 ac44e207ed..966c12e472 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