diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3c2c2a..59133f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - submodule: true + submodules: true - name: Setup QEMU uses: docker/setup-qemu-action@v3 with: diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index c5da630..b4d581f 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - submodule: true + submodules: true - name: Setup buildx uses: docker/setup-buildx-action@v3 - name: Build container