diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53b70f22a..1b13f7c63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -129,7 +129,7 @@ jobs: - uses: actions/checkout@v4 - name: Install foundry-zksync run: | - curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash + cd /tmp && curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash - name: Verify installation run: forge --version