Fix cache name

This commit is contained in:
Patricia Aas 2021-09-10 15:14:56 +02:00
parent bc83fa77c3
commit 5521dd25b6
1 changed files with 1 additions and 1 deletions

View File

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