From a7fa3f26a1cac12dada75cf5ca9d369b9dc2c8b6 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Thu, 7 Sep 2023 00:22:17 +0400 Subject: [PATCH] shallow install for deploy --- .github/workflows/ci-deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-deploy.yaml b/.github/workflows/ci-deploy.yaml index b69093558..d7be78462 100644 --- a/.github/workflows/ci-deploy.yaml +++ b/.github/workflows/ci-deploy.yaml @@ -16,6 +16,8 @@ jobs: version: nightly - name: Report public key to make it easy to send funds for deployments run: cast wallet address "${DEPLOYMENT_KEY}" + - name: Forge shallow install + run: foundry install --shallow - name: Forge deploy contracts to mumbai env: CI_DEPLOY_RPC_URL: ${{ secrets.CI_DEPLOY_RPC_URL }}