From bcfb810a2473aaf7dbf0c3e727ef3aa5bce21495 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Mon, 3 Apr 2023 16:01:35 +0200 Subject: [PATCH] disable caching --- .github/workflows/cmake.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7fd281bd..7b6a7cda 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -299,21 +299,21 @@ jobs: run: | sudo apt-get install -y imagemagick - - name: Cache Qt5 - if: endsWith(matrix.config.name, 'Qt5') - id: cache-qt-5-15 - uses: actions/cache@v1 # not v2! - with: - path: ../Qt/5.15.2 - key: ${{ runner.os }}-QtCache-Qt5 - - - name: Cache Qt6 - if: endsWith(matrix.config.name, 'Qt6') - id: cache-qt-6-2 - uses: actions/cache@v1 # not v2! - with: - path: ../Qt/6.2.4 - key: ${{ runner.os }}-QtCache-Qt6 + #- name: Cache Qt5 + # if: endsWith(matrix.config.name, 'Qt5') + # id: cache-qt-5-15 + # uses: actions/cache@v1 # not v2! + # with: + # path: ../Qt/5.15.2 + # key: ${{ runner.os }}-QtCache-Qt5 +# + #- name: Cache Qt6 + # if: endsWith(matrix.config.name, 'Qt6') + # id: cache-qt-6-2 + # uses: actions/cache@v1 # not v2! + # with: + # path: ../Qt/6.2.4 + # key: ${{ runner.os }}-QtCache-Qt6 - name: Install Qt5 if: endsWith(matrix.config.name, 'Qt5')