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 55d3dc7 commit aafb2a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: configure
run: ./configure

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

- name: Install Dependencies
run: |
git submodule update --init --recursive
Expand Down

0 comments on commit aafb2a4

Please sign in to comment.