Update ResInsightWithCache.yml (#7053)

This commit is contained in:
Magne Sjaastad 2020-11-30 14:31:26 +01:00 committed by GitHub
parent bef35b722a
commit 4f949154fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,12 +105,12 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/Qt/
key: ${{ matrix.config.os }}-QtCache-v02
key: ${{ matrix.config.os }}-QtCache-v03
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: 5.9.9
modules: qtscript
modules: qtscript qtcharts
dir: '${{ github.workspace }}/Qt/'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Install Linux dependencies