Update ci.yml

Fix path to CPM_modules
This commit is contained in:
McMassiveNZ
2023-05-31 21:10:29 +02:00
parent affbd9171d
commit 7f76c83875

View File

@@ -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