Skip to content

Commit

Permalink
run forge install
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Sep 9, 2024
1 parent 67a13cf commit 25c7c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-from-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run forge install
run: forge install
- name: Start anvil and deploy
run: |
anvil --block-time 1 --chain-id 31337 &
Expand Down

0 comments on commit 25c7c84

Please sign in to comment.