diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c939c3..5faa435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - submodules: 'recursive' + with: + submodules: 'recursive' - name: Install kcov run: sudo apt-get install -y kcov