Fix cache name

This commit is contained in:
Patricia Aas 2021-09-10 14:00:33 +02:00
parent 8ffa028b2f
commit a61da5ab80
1 changed files with 1 additions and 1 deletions

View File

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