👷 Fixed qt caching (#3586)

This commit is contained in:
Edgar 2022-03-04 11:51:17 +01:00 committed by GitHub
parent 87618d60a9
commit 8fd3e29c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,8 @@ jobs:
id: cache-qt id: cache-qt
uses: actions/cache@v2.1.7 uses: actions/cache@v2.1.7
with: with:
path: ../Qt path: "${{ github.workspace }}/qt/"
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-20210109 key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
# LINUX # LINUX
- name: Install p7zip (Ubuntu) - name: Install p7zip (Ubuntu)
@ -54,6 +54,7 @@ jobs:
cached: ${{ steps.cache-qt.outputs.cache-hit }} cached: ${{ steps.cache-qt.outputs.cache-hit }}
extra: --external 7z extra: --external 7z
version: ${{ matrix.qt-version }} version: ${{ matrix.qt-version }}
dir: "${{ github.workspace }}/qt/"
# WINDOWS # WINDOWS
- name: Cache conan packages part 1 - name: Cache conan packages part 1