From 90773bbf7a7abadbe2fc6e9717d4160a2cb15b77 Mon Sep 17 00:00:00 2001 From: Iscle Date: Wed, 2 Apr 2025 02:05:35 +0200 Subject: [PATCH] actions: Clone submodules when building --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee9cef5..bf3ca85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Build with CMake run: |