diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-11-26 23:22:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 23:22:43 +0100 |
commit | 5659ac48f35c816b251de9e75335445285a13211 (patch) | |
tree | 0fd7f3b873455936dd093ef5e4c9fb8505b303e5 | |
parent | 18797430e415800ca10acaa253e232aae8b73385 (diff) |
chore(CI): no cache for core-build-pch.yml (#17873)
-rw-r--r-- | .github/workflows/core-build-pch.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index 75862f0ffd..69c8eabd47 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: |