Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Nov 19, 2024
1 parent aafb2a4 commit 96f6171
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install Dependencies
run: |
git submodule update --init --recursive
forge install
- name: Initialize Git Submodules
run: git submodule update --init --recursive

- name: Install Forge Dependencies
run: forge install

- name: Run build
run: |
Expand Down

0 comments on commit 96f6171

Please sign in to comment.