Skip to content

Commit

Permalink
Manually edit .gitmodules path in codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedrojok01 committed Mar 22, 2024
1 parent 8004f66 commit b840ce3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
# Custom step to manually initialize and update submodules
- name: Initialize and update submodules
run: |
cd foundry && git submodule update --init --recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit b840ce3

Please sign in to comment.