diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df9d173..8d598d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,13 +62,12 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - with: - submodules: true - name: cache uses: actions/cache@v3 - path: "**/cpm_modules" - key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} + with: + path: "**/cpm_modules" + key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} - name: setup dependencies uses: aminya/setup-cpp@v1