diff --git a/l1-contracts/bootstrap.sh b/l1-contracts/bootstrap.sh index fa8189b567d..547735ef7a2 100755 --- a/l1-contracts/bootstrap.sh +++ b/l1-contracts/bootstrap.sh @@ -15,12 +15,13 @@ if [ -n "$CMD" ]; then fi fi -# Install foundry. -. ./scripts/install_foundry.sh # Attempt to just pull artefacts from CI and exit on success. [ -n "${USE_CACHE:-}" ] && ./bootstrap_cache.sh && exit +# Install foundry. +. ./scripts/install_foundry.sh + # Clean rm -rf broadcast cache out serve