diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9ca500..ee5625c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + submodules: 'true' - name: Set up QEMU uses: docker/setup-qemu-action@v3