From 372633b7bad94dff4cc5ad0741cd152a2c84144a Mon Sep 17 00:00:00 2001 From: Andrei Radulescu Date: Tue, 30 Jul 2024 20:32:22 +0300 Subject: [PATCH] also checkout submodules (#274) * also checkout submodules * [upload] --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 49fbdbf..318624b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,6 +22,7 @@ jobs: - uses: actions/checkout@v4 with: lfs: true + submodules: true - name: Get commit message run: |