Fix cache name
This commit is contained in:
parent
8ffa028b2f
commit
a61da5ab80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
cache-name: vcpkg-modules
|
||||
with:
|
||||
path: ${{runner.workspace}}/build/_deps
|
||||
key: ${{ runner.os }}-${{ matrix.configurations.cmake-build-type }}-${{ hashFiles('vcpkg.json') }}
|
||||
key: ${{ runner.os }}-${{ matrix.cmake-build-type }}-${{ hashFiles('vcpkg.json') }}
|
||||
|
||||
- name: Fix Path on Ubuntu
|
||||
if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04'
|
||||
|
|
Loading…
Reference in a new issue