Fix cache name
This commit is contained in:
parent
bc83fa77c3
commit
5521dd25b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
path: |
|
||||
${{runner.workspace}}/build/vcpkg_installed
|
||||
${{runner.workspace}}/build/_deps
|
||||
key: ${{ runner.os }}-${{ matrix.cmake-build-type }}-${{ hashFiles('vcpkg.json') }}
|
||||
key: ${{ matrix.configurations.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