Bump cache key

This commit is contained in:
Magne Sjaastad 2021-04-05 20:26:29 +02:00
parent 2d9ac615f2
commit 77696b6f9d

View File

@ -159,7 +159,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/ThirdParty/vcpkg/installed/x64-linux-dynamic
key: ${{ matrix.config.os }}-vcpkg-x64-linux-dynamic_v04
key: ${{ matrix.config.os }}-vcpkg-x64-linux-dynamic_v05
- name: Install dynamic version of OpenSSL (Linux)
if: "contains( matrix.config.os, 'ubuntu')"