Fix workflow submodule checkout failure

Remove submodules: true from actions/checkout since the mocks
submodule is not accessible and not needed for the build.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
NeskireDK 2026-08-12 18:00:03 +02:00
parent f771983e25
commit 3fa2f55437

View File

@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true
- name: Install required APT packages
run: sudo apt install -y libsqlite3-dev