From 9bfd9d5fff3399605f2002f891ac8bba2d7706c6 Mon Sep 17 00:00:00 2001 From: Ganesh Vanahalli Date: Tue, 2 Apr 2024 15:40:20 -0500 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2136b7f06e..a4ad293eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true - fetch-depth: 0 + submodules: recursive - name: Set up Go uses: actions/setup-go@v4