diff options
Diffstat (limited to '.github/workflows/core-build-pch.yml')
-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: |