Update ci.yml

added missing with: section in ci.yml
This commit is contained in:
William McVicar
2023-05-28 20:46:49 +02:00
committed by GitHub
parent 0e7f06cdd2
commit 5b76973e4b

View File

@@ -62,11 +62,10 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
submodules: true
- name: cache - name: cache
uses: actions/cache@v3 uses: actions/cache@v3
with:
path: "**/cpm_modules" path: "**/cpm_modules"
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}