Update ci.yml
This commit is contained in:
@@ -142,7 +142,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
build
|
build
|
||||||
key: ${{ runner.os }}-cmake-build-${{ github.sha }}
|
key: ${{ runner.os }}-${{ runner.arch }}-cmake-build-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cmake-build-
|
${{ runner.os }}-cmake-build-
|
||||||
- name: Configure
|
- name: Configure
|
||||||
|
|||||||
Reference in New Issue
Block a user