Skip to content

Commit

Permalink
shallow install for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Sep 6, 2023
1 parent 68ded10 commit a7fa3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a7fa3f2

Please sign in to comment.