From fd9540535853bc8e4a504837605b76ea2f73c759 Mon Sep 17 00:00:00 2001 From: Go Kudo Date: Thu, 22 Aug 2024 21:16:28 +0000 Subject: [PATCH] wip --- .github/workflows/ci.yaml | 2 +- .github/workflows/coverage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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