From a5ed12985977b259f1e79e2a872b3ca7c902309d Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Thu, 16 May 2024 17:48:23 +0200 Subject: [PATCH] submodules --- .github/workflows/codeql.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 30932b4..fe297a1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,12 +25,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: 'true' - name: Install Packages (cpp) if: ${{ matrix.language == 'cpp' }} run: | sudo apt-get update - sudo apt-get install --yes libncurses-dev libjansson-dev + sudo apt-get install --yes libncurses-dev - name: Configure (cpp) if: ${{ matrix.language == 'cpp' }}