diff --git a/.github/workflows/memory.yml b/.github/workflows/memory.yml index ca1fdd69..b44e0fc1 100644 --- a/.github/workflows/memory.yml +++ b/.github/workflows/memory.yml @@ -18,6 +18,10 @@ jobs: name: Report memory usage runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 + with: + submodules: recursive - name: Generate memory usage report (current branch) uses: ./.github/actions/memory-report.yml with: