From 9fe15e565708b1efbf2dbc6b6f9dd19d89ff29da Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sat, 15 Jul 2023 23:49:08 -0500 Subject: Remove caching from GitHub build action, which wasn’t working anyway. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 217b769..ee9d535 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,19 +83,11 @@ jobs: - name: Get latest CMake and ninja uses: lukka/get-cmake@latest - - name: Cache Qt - id: cache-qt - uses: actions/cache@v3 - with: - path: Qt - key: ${{ runner.os }}-${{ matrix.qt_ver }}-${{ matrix.qt_arch }}-Qt-cache - - name: Install Qt uses: jurplel/install-qt-action@v3 with: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} - cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Add MSVC to path uses: ilammy/msvc-dev-cmd@v1 -- cgit v1.2.3