Skip to content

Commit

Permalink
fix: Allow protobuf to clone contracts submodule recursively
Browse files Browse the repository at this point in the history
CI is broken due to contracts not being recursively inited. This PR
fixes it.
  • Loading branch information
EmilLuta committed Nov 18, 2024
1 parent ca3c0c6 commit c1988df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
ref: ${{ env.BASE }}
path: before
fetch-depth: 0 # fetches all branches and tags, which is needed to compute the LCA.
submodules: "recursive"
- name: checkout LCA
run:
git checkout $(git merge-base $BASE $HEAD) --recurse-submodules
Expand Down

0 comments on commit c1988df

Please sign in to comment.