From 6efda5c77c75e73938de5629daa810f20110056e Mon Sep 17 00:00:00 2001 From: Ivan Tustanivskyi Date: Thu, 19 Dec 2024 16:22:41 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b61e51f0..b6c413d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: recursive - name: Download CLI shell: pwsh