diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d8ca6513..b40057a40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -169,7 +169,9 @@ jobs: run: | cp ./install-foundry-zksync ./foundryup-zksync/* /tmp/ cd /tmp - ./install-foundry-zksync + for i in {1..3}; do + ./install-foundry-zksync && break || echo "Retrying in 5 seconds..." && sleep 5 + done - name: Verify anvil-zksync installation run: anvil-zksync --version \ No newline at end of file