Update ci.yml
Fix path to CPM_modules
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
- name: cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: "**/cpm_modules"
|
||||
path: "**/CPM_modules"
|
||||
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
||||
|
||||
- name: Configure CMake
|
||||
|
||||
Reference in New Issue
Block a user