From c1988df79e955720e841560484e2d04e126054b6 Mon Sep 17 00:00:00 2001 From: Emil Date: Mon, 18 Nov 2024 15:54:09 +0100 Subject: [PATCH] fix: Allow protobuf to clone contracts submodule recursively CI is broken due to contracts not being recursively inited. This PR fixes it. --- .github/workflows/protobuf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/protobuf.yaml b/.github/workflows/protobuf.yaml index c9541167b464..f0565919ded1 100644 --- a/.github/workflows/protobuf.yaml +++ b/.github/workflows/protobuf.yaml @@ -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