GHA : Disable caching of dynamic OpenSSL

This commit is contained in:
Magne Sjaastad 2021-04-05 21:21:14 +02:00
parent 318ef22e9d
commit 79ebc6b101

View File

@ -155,7 +155,7 @@ jobs:
appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-v01
- name: Cache dynamic version of OpenSSL (Linux)
if: "contains( matrix.config.os, 'ubuntu')"
if: "contains( matrix.config.os, 'ubuntu_disabled')"
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/ThirdParty/vcpkg/installed/x64-linux-dynamic