From 5659ac48f35c816b251de9e75335445285a13211 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:22:43 +0100 Subject: [PATCH] chore(CI): no cache for core-build-pch.yml (#17873) --- .github/workflows/core-build-pch.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index 75862f0ff..69c8eabd4 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -26,14 +26,6 @@ jobs: if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft steps: - uses: actions/checkout@v4 - - name: Cache - uses: actions/cache@v3 - with: - path: var/ccache - key: ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ github.ref }}:${{ github.sha }} - restore-keys: | - ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ github.ref }} - ccache:${{ matrix.os }}:${{ matrix.compiler }} - name: Configure OS run: source ./acore.sh install-deps env: